peterbsmyth / ngx-breadcrumbs

Angular 4+ routing breadcrumbs
MIT License
60 stars 43 forks source link

'mc-breadcrumbs' is not a known element #6

Closed wolonggu closed 6 years ago

wolonggu commented 6 years ago

I added

McBreadcrumbsModule.forRoot(),

to the imports array of app.module.ts,

but it still throws

'mc-breadcrumbs' is not a known element

exception.

why?

wolonggu commented 6 years ago

Sorry, I think I have to add to the feature module instead of the root module