Getting the below error when using in webpack Angular cli project
'notification-icon' is not a known element:
- If 'notification-icon' is an Angular component, then verify that it is part of this module.
- If 'notification-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
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

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