Skip to content

Commit

Permalink
Step 5.5: Add parties declarations to AppModule
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 36d3bfc commit cccb225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app/app.module.ts
Expand Up @@ -2,13 +2,15 @@ import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { AppComponent } from './app.component';
import { PARTIES_DECLARATIONS } from './parties';

@NgModule({
imports: [
BrowserModule
],
declarations: [
AppComponent
AppComponent,
...PARTIES_DECLARATIONS
],
bootstrap: [
AppComponent
Expand Down

0 comments on commit cccb225

Please sign in to comment.