X-Git-Url: https://juplo.de/gitweb/?p=examples%2Fangular-tutorial;a=blobdiff_plain;f=src%2Fapp%2Fapp.module.ts;h=345cda357adfd6e3223fa6da710d56cd2e6c90b8;hp=f65716351aa5930fea545e1e3f016e2980c1f483;hb=7b128c4886ec1dbe8c9f036b447ce2a2697b61a9;hpb=da3794738804e7a3b2d59c6609f5f3ddf1a6bbc7 diff --git a/src/app/app.module.ts b/src/app/app.module.ts index f657163..345cda3 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -2,10 +2,12 @@ import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; +import { TopBarComponent } from './top-bar/top-bar.component'; @NgModule({ declarations: [ - AppComponent + AppComponent, + TopBarComponent ], imports: [ BrowserModule