I am getting following error
Unhandled Promise rejection: Template parse errors:
'ng-template' is not a known element:
If 'ng-template' is an Angular component, then verify that it is part of this module.
If 'ng-template' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message. ("" (click)="!option.isLabel && setSelected($event, option)" [class.dropdown-header]="option.isLabel">[ERROR ->]<ng-template [ngIf]="option.isLabel">{{ option.name }}<a *ngIf="!option.isLabel" href=""): MultiselectDropdown@0:2214 ; Zone: ; Task: Promise.then ; Value:
I am getting following error Unhandled Promise rejection: Template parse errors: 'ng-template' is not a known element: