Closed jschoubben closed 4 years ago
ngx-navigation-menu
This PR fulfills the following requirements:
What kind of change does this PR introduce?
It is not possible to use the ngx-navigation-menu component inside a lazy-loaded module because it imports BrowserModule
BrowserModule
Issue Number: N/A
It doesn't import BrowserModule but instead imports CommonModule which it should do following the Angular Docs.
CommonModule
ngx-navigation-menu
PR Checklist
This PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
It is not possible to use the ngx-navigation-menu component inside a lazy-loaded module because it imports
BrowserModule
Issue Number: N/A
What is the new behavior?
It doesn't import
BrowserModule
but instead importsCommonModule
which it should do following the Angular Docs.Does this PR introduce a breaking change?
Other information
Resolved issues