moved header to its own component

This commit is contained in:
Art Lowel
2016-12-12 13:36:02 +01:00
parent 9bbb947987
commit 9aa74b863e
6 changed files with 92 additions and 64 deletions

View File

@@ -5,10 +5,14 @@ import { SharedModule } from './shared/shared.module';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { HeaderComponent } from './header/header.component';
@NgModule({
declarations: [AppComponent],
declarations: [
AppComponent,
HeaderComponent
],
imports: [
SharedModule,
HomeModule,