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 authored and DAB0mB committed Dec 14, 2016
1 parent 7aadf7e commit 9e3feca
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 9e3feca

Please sign in to comment.