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
For angular 14 ngcc to work correctly, the NgModule decorators should be within the NgxBootstrapMultiselectModule function.
This in turn causes for errors like 'NgxBootstrapMultiselectModule does not have a module def (ɵmod property)'
With which typescript version was this bundle packaged?
I cannot play with it myself since not everything for angular cli is in this repo.
The text was updated successfully, but these errors were encountered:
bertdewolf
changed the title
NgModule decorator outside module class
NgModule decorator outside module function
Jan 5, 2023
In for example ngx-bootstrap-multiselect.umd.js I see:
For angular 14 ngcc to work correctly, the NgModule decorators should be within the NgxBootstrapMultiselectModule function.
This in turn causes for errors like 'NgxBootstrapMultiselectModule does not have a module def (ɵmod property)'
With which typescript version was this bundle packaged?
I cannot play with it myself since not everything for angular cli is in this repo.
The text was updated successfully, but these errors were encountered: