-
Notifications
You must be signed in to change notification settings - Fork 17
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
template parse error #11
Comments
Hi @lafiza, sorry to hear that you're having issues! What version of this plugin and what version of angular are you using? Thanks! |
angular - 4 |
@lafiza this plugin only supports angular 1, not angular 2+. I can look into upgrading this, but you may be able to get going with ngUpgrade (see for example https://blog.thoughtram.io/angular/2015/10/24/upgrading-apps-to-angular-2-using-ngupgrade.html) |
hi Jacob, Was this component upgraded ? |
Getting the below error when using in webpack Angular cli project
'notification-icon' is not a known element:
Coding:::::-->
appComponent.ts:
Added --->
import 'angular' ;
import 'angular-animate';
import 'angular-notification-icons';
import 'angular-notification-icons/dist/angular-notification-icons.css';
And in HTML , i have -->
Workflow
The text was updated successfully, but these errors were encountered: