-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Tabs throw errors with Alpha 7 Angular RC 5 #978
Comments
@naveedahmed1 If you're not using ngModules right now (i.e., if you're including directives in component files), try including "PORTAL_DIRECTIVES" from material/core in your component's directives list. Worked for me. |
@FoodBuster thanks for the tip! It's still a bug imho.
|
@naveedahmed1 Until you switch over to NgModules, you'll need to include |
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,
After upgrading to Angular 2 RC 5 and Material 2 Alpha 5, the components using tabs through the below errors on browser console (though there aren't any compilation errors when compiling in VS 2015):
The text was updated successfully, but these errors were encountered: