Skip to content

Commit

Permalink
Step 19.4: Imported the angular2-material modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent 7ad5422 commit a9858d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app/app.module.ts
Expand Up @@ -10,6 +10,7 @@ import { AppComponent } from './app.component';
import { routes, ROUTES_PROVIDERS } from './app.routes';
import { PARTIES_DECLARATIONS } from './parties';
import { SHARED_DECLARATIONS } from './shared';
import { MaterialModule } from "@angular/material";

@NgModule({
imports: [
Expand All @@ -21,7 +22,8 @@ import { SHARED_DECLARATIONS } from './shared';
Ng2PaginationModule,
AgmCoreModule.forRoot({
apiKey: 'AIzaSyAWoBdZHCNh5R-hB5S5ZZ2oeoYyfdDgniA'
})
}),
MaterialModule.forRoot()
],
declarations: [
AppComponent,
Expand Down

0 comments on commit a9858d7

Please sign in to comment.