Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): don't ship an Ivy compiled library (#5915)
Shipping as Ivy compiled is not recommended by Angular it it breaks every library that has a dependency on ngx-bootstrap and that does not ship as Ivy compiled. Enabling "fullTemplateTypeCheck" also works around an Angular compiler problem regarding the `forRoot()` not working.. See #5862
- Loading branch information