Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created April 7, 2019 13:48
Show Gist options
  • Save theodesp/d14c1f3c442c3c4ab1015f36c8a6ccbf to your computer and use it in GitHub Desktop.
Save theodesp/d14c1f3c442c3c4ab1015f36c8a6ccbf to your computer and use it in GitHub Desktop.
import { HeaderComponent } from './header/header.component';
...
@NgModule({
declarations: [
AppComponent,
HeaderComponent . <--- Added
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment