You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sortable): Changed reference to BrowserModule to CommonModule instead (#1503)
* Library Modules should not import BrowserModule anywhere
Caused error:
`BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.`
After trying on lazy loaded app, that had `Ng2BootstrapModule.forRoot()` imported in root App Module.
* changed code styling to be consistent with the rest
Hopefully it will pass CI tests now!
0 commit comments