initial commit
This commit is contained in:
commit
d091b7dc2b
23 changed files with 9426 additions and 0 deletions
11
src/app/app.config.ts
Normal file
11
src/app/app.config.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { ApplicationConfig, provideBrowserGlobalErrorListeners } from '@angular/core';
|
||||
import { provideRouter } from '@angular/router';
|
||||
|
||||
import { routes } from './app.routes';
|
||||
|
||||
export const appConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
provideBrowserGlobalErrorListeners(),
|
||||
provideRouter(routes)
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue