aswi2021codebakers-gitlab/src/app/app.module.ts @ 264049cf
1 | 3bb62c23 | hlavja | import { NgModule } from '@angular/core'; |
---|---|---|---|
2 | import { BrowserModule } from '@angular/platform-browser'; |
||
3 | |||
4 | import { AppRoutingModule } from './app-routing.module'; |
||
5 | import { AppComponent } from './app.component'; |
||
6 | |||
7 | @NgModule({ |
||
8 | declarations: [ |
||
9 | AppComponent
|
||
10 | ],
|
||
11 | imports: [ |
||
12 | BrowserModule, |
||
13 | AppRoutingModule
|
||
14 | ],
|
||
15 | providers: [], |
||
16 | bootstrap: [AppComponent] |
||
17 | })
|
||
18 | export class AppModule { } |