digipolisantwerp / antwerp-ui_angular

Antwerp UI is a component interface library for building user interfaces and responsive web apps.
https://digipolisantwerp.github.io/antwerp-ui_angular
MIT License
13 stars 19 forks source link

Replaced `BrowserModule` with `CommonModule` in the ngx-navigation-me… #212

Closed jschoubben closed 4 years ago

jschoubben commented 4 years ago

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 imports CommonModule which it should do following the Angular Docs.

Does this PR introduce a breaking change?

Other information

Resolved issues