Skip to content

Commit

Permalink
fix(app): Fix importing MdSlideToggleModule
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogarin committed Jun 6, 2017
1 parent 7479c47 commit 58c90ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { AppComponent } from './components/app.component';
/**
* Import material UI Components
*/
import { MdButtonModule, MdSlideToggle } from '@angular/material';
import { MdButtonModule, MdSlideToggleModule } from '@angular/material';

import { routes } from './app.routes';

Expand All @@ -45,7 +45,7 @@ import { Authentication } from './services/authentication';
HttpModule,
BrowserAnimationsModule,
MdButtonModule,
MdSlideToggle,
MdSlideToggleModule,
RouterModule.forRoot(routes, { useHash: true }),
StoreModule.provideStore({ authStore }, { authStore: authInitialState }),
],
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4560,9 +4560,9 @@ strip-json-comments@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

style-loader@^0.16.1:
version "0.16.1"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.16.1.tgz#50e325258d4e78421dd9680636b41e8661595d10"
style-loader@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.17.0.tgz#e8254bccdb7af74bd58274e36107b4d5ab4df310"
dependencies:
loader-utils "^1.0.2"

Expand Down

0 comments on commit 58c90ab

Please sign in to comment.