Colum Ferry

Results 30 issues of 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...

question
hacks

## 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...

target: next major version

## 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...

target: next major version

Remove deprecated MFE API from the application generator

## 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...

target: next major version

Switch from `importProvidersFrom` to `provideRouter` for standalone apps ## BLOCKED Blocked by https://github.com/nrwl/nx/pull/11930