gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 81 forks source link

Not working with Angular 4.4 #85

Open bhushangahire opened 6 years ago

bhushangahire commented 6 years ago

ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 194:50 in the original .ts file), resolving symbol NgModule in /Users/Documents/NetbeansProjects/ci-ui/node_modules/ng2-breadcrumb/node_modules/@angular/core/core.d.ts, resolving symbol Ng2BreadcrumbModule in /Users/Documents/NetbeansProjects/ci-ui/node_modules/ng2-breadcrumb/app/app.module.ts, resolving symbol Ng2BreadcrumbModule in /Users/Documents/NetbeansProjects/ci-ui/node_modules/ng2-breadcrumb/app/app.module.ts

RobertRajcool commented 6 years ago

Yes me to got the some error,can give alternative solution