style: format code and add prettier configuration files
This commit is contained in:
parent
3e0b17ebe6
commit
395c1bc75f
39 changed files with 338 additions and 207 deletions
|
@ -5,7 +5,6 @@ import { RouterOutlet } from '@angular/router';
|
|||
selector: 'app-root',
|
||||
imports: [RouterOutlet],
|
||||
templateUrl: './app.component.html',
|
||||
styleUrl: './app.component.css'
|
||||
styleUrl: './app.component.css',
|
||||
})
|
||||
export class AppComponent {
|
||||
}
|
||||
export class AppComponent {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue