-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
docsThis issue is related to documentationThis issue is related to documentationhelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue
Description
The Readme.md file for MdGridList shows the following code for importing the module:
import {MdGridListModule} from '@angular2-material/
gridlist';`
The import statement should be
import {MdGridListModule} from '@angular2-material/
grid-list';
(At least that's the one working for me!)
I'm using version 2.0.0-alpha.8-2
of @angular2-material/grid-list
Greetings!
Metadata
Metadata
Assignees
Labels
docsThis issue is related to documentationThis issue is related to documentationhelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue