Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
fix: import path in example page
Browse files Browse the repository at this point in the history
 - it referenced 'ng2-material/all' instead of 'ng2-material' for the import module.
 - closes #239
  • Loading branch information
justindujardin committed May 27, 2016
1 parent 0453f12 commit 0cbec43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/site/src/app/+index/index.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1 class="examples-title">Installing from NPM</h1>
Then import the material directives and providers
</p>
<docs-highlight type="typescript" class="md-subhead">
import {MATERIAL_DIRECTIVES, MATERIAL_PROVIDERS} from "ng2-material/all";
import {MATERIAL_DIRECTIVES, MATERIAL_PROVIDERS} from "ng2-material";
</docs-highlight>
<p>
Then reference the styles in your page
Expand Down

0 comments on commit 0cbec43

Please sign in to comment.