Skip to content

Commit

Permalink
import missing BrowserModule on AppModule (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonybudianto committed Dec 15, 2016
1 parent 321352e commit 386bae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { APP_PROVIDERS } from './app.providers';
import { AppComponent } from './app.component';
Expand All @@ -12,6 +13,7 @@ import { TodolistModule } from './todolist/todolist.module';
AppComponent
],
imports: [
BrowserModule,
NavbarModule,
HomeModule,
TodolistModule,
Expand Down

0 comments on commit 386bae3

Please sign in to comment.