Search code examples
ng-lightning

How can I remove template parse warning - "The <template> element is deprecated. Use <ng-template> instead"


I am getting this error at the console - Template parse warnings: The element is deprecated. Use instead ("s-breadcrumb slds-list--horizontal">[WARNING ->] "): ng:///NglBreadcrumbsModule/NglBreadcrumbs.html@1:174


Solution

  • Just use the new release v2.0.1 which supports Angular 4. Enjoy :)