First commit
This commit is contained in:
parent
555ec4dc18
commit
a42c00d862
26 changed files with 9785 additions and 2 deletions
9
src/app/app.config.ts
Normal file
9
src/app/app.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { ApplicationConfig } from '@angular/core';
|
||||
import { provideRouter } from '@angular/router';
|
||||
|
||||
import { routes } from './app.routes';
|
||||
import { provideClientHydration } from '@angular/platform-browser';
|
||||
|
||||
export const appConfig: ApplicationConfig = {
|
||||
providers: [provideRouter(routes), provideClientHydration()]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue