Colum Ferry
Colum Ferry
Currently, as it stands, this library does not support IE11 as IE11 does not support CSS Variables. A polyfill should fix this, and it may be more ideal to supply...
## Current Behavior A lib that has the same starting name as another library forces an infinite loop when checking for secondary entry points ## Expected Behavior We're checking all...
Add the much-requested version compatibility matrix between Nx versions and Angular versions
This is a bit of a misnomer, hence it running on the nightly tests. It uses _only_ the published versions of `@nrwl/*` packages on npmjs registry, due to a limitation...
## Description This PR introduces a pattern of separate `*.routes.ts` files for generated routes. The idea behind this is fairly straightforward. Routes will always live in a separate file where...
## Current Behavior We currently re-export `hot`, `cold`, `getTestScheduler` and `time` from jasmine-marbles at `@nrwl/angular/testing`. This is deprecated. ## Expected Behavior We should encourage users to use `jasmine-marbles` directly. Remove...
Remove deprecated MFE API from the application generator
feat(devkit): restrict addDependenciesToPackageJson to update versions only if greater than existing
## Current Behavior We do not update the versions of existing packages when `addDependenciesToPackageJson` is used ## Expected Behavior We should update the versions of existing packages when the method...
Switch from `importProvidersFrom` to `provideRouter` for standalone apps ## BLOCKED Blocked by https://github.com/nrwl/nx/pull/11930
Add support for Angular 15