-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Can't use ngFor on mdGridTile #1327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
can you try to use |
Didn't help, but thanks for trying :) |
This error was caused by me wrongly importing BrowserModule into the module. Nothing related to AM2. |
@arekKalbarczyk |
Yeah Im having an issue with this too. |
For me it ended up being a webpack loader issue. |
add CommonModule into your component |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hi!
It seems that
md-grid-tile
does not recognize ngFor, resulting in template parse error.angular version:
2.0.0
material:
2.0.0-alpha.8-2
My code:
campaignListColumns
is just a plain array of strings.error msg:
The text was updated successfully, but these errors were encountered: