chore(setup): Add and configure prettier (!4)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: https://git.simonis.lol/projects/casino/pulls/4 Reviewed-by: Hop In, I Have Puppies AND WiFi <jleibl@noreply@simonis.lol>
This commit is contained in:
parent
8fca823e7d
commit
c81ad44858
11 changed files with 67 additions and 63 deletions
|
@ -1,22 +1,16 @@
|
|||
import {APP_INITIALIZER, Component} from '@angular/core';
|
||||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
import {HelloListComponent} from "./hello-list/hello-list.component";
|
||||
import {KeycloakAngularModule} from "keycloak-angular";
|
||||
import { KeycloakAngularModule } from 'keycloak-angular';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
standalone: true,
|
||||
imports: [CommonModule, HelloListComponent, RouterOutlet, KeycloakAngularModule],
|
||||
providers: [ ],
|
||||
imports: [CommonModule, RouterOutlet, KeycloakAngularModule],
|
||||
providers: [],
|
||||
templateUrl: './app.component.html',
|
||||
styleUrl: './app.component.css'
|
||||
styleUrl: './app.component.css',
|
||||
})
|
||||
export class AppComponent{
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
export class AppComponent {
|
||||
constructor() {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue