Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sortable): Changed reference to BrowserModule to CommonModule ins…
…tead (#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!
- Loading branch information