Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lib): upgrade to Angular v9 RC 12
BREAKING CHANGE: Now library is compiled with NG CLI v9 but still for View Engine as per recommendation from Angular team. Public APIs mostly did not change. There is 1 deprecation in `DynamicModule.withComponents()` - now it is not required to register dynamic components and so the method does not make sense anymore - please use `DynamicModule.forRoot()` instead
- Loading branch information