Features
- π chainable-application: allow
__ASSETS__
application's path to be transpiled - π angular: add
assetsPath
to application's context info - π angular: new helper
getAngularVersion
Improvements
-
deps: upgrade dependencies
-
π₯ ng14: support for
Angular >= 14
is back !Previously, all Angular peer-dependencies were required to be
>= 17
.
With this version, those restrictions are gone and only@schematics/angular
is required to be>= 17
.
Which should make the library compatible withng >= 14
again.