diff --git a/editorconfig b/.editorconfig similarity index 100% rename from editorconfig rename to .editorconfig diff --git a/src/app/app.config.ts b/src/app/app.config.ts index dc798de..2c98b9d 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -2,7 +2,7 @@ import {ApplicationConfig} from '@angular/core'; import {provideRouter} from '@angular/router'; import {routes} from './app.routes'; -import { provideAnimations } from '@angular/platform-browser/animations'; +import {provideAnimations} from '@angular/platform-browser/animations'; export const appConfig: ApplicationConfig = { providers: [provideRouter(routes), provideAnimations()] diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index f103201..8b5e5fb 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -1,5 +1,3 @@ import {Routes} from '@angular/router'; -export const routes: Routes = [ - -]; +export const routes: Routes = []; diff --git a/src/app/body/body.component.html b/src/app/body/body.component.html index 9a791b1..89e62f8 100644 --- a/src/app/body/body.component.html +++ b/src/app/body/body.component.html @@ -19,7 +19,7 @@