Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't ship an Ivy compiled library
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 valor-software#5862
- Loading branch information