Skip to content

Commit

Permalink
Step 9.2: Import AccountsModule
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent e8f14de commit f28fb4f
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,6 +2,7 @@ import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { AccountsModule } from 'angular2-meteor-accounts-ui';

import { AppComponent } from './app.component';
import { routes } from './app.routes';
Expand All @@ -12,7 +13,8 @@ import { PARTIES_DECLARATIONS } from './parties';
BrowserModule,
FormsModule,
ReactiveFormsModule,
RouterModule.forRoot(routes)
RouterModule.forRoot(routes),
AccountsModule
],
declarations: [
AppComponent,
Expand Down

0 comments on commit f28fb4f

Please sign in to comment.