nx
nx copied to clipboard
Smart Monorepos · Fast CI
## Current Behavior Error during storybook configguration creation ## Expected Behavior No errors ## Steps to Reproduce ``` const AnyOfCustomOperatorComponentNew = (props: any) => { const onValueChanged = useCallback( e...
## Current Behavior When triggering a react-native app from within Xcode in Debug build configuration I get the error: `Error: Unable to resolve module ./src/main from /Users/nathanjulianomeibergen/Documents/development/happynrwl/.` ## Expected Behavior...
Hello, Is there a way to overwrite the library type to "variable" instead of "Module" in the withModuleFederation plugin?
## Current Behavior We use environment variables to point to different aws resources in our dev, test, and prod environments. Locally, we use a .env file, and prefix all of...
## Current Behavior At this moment we have 291 buildable libraries in our repo and one application that uses them all. Before migration from Angular application to NX Angular application...
## Current Behavior When `nx format:write` is triggered, `nx.json` and `typescript.base.json` get reformatted. Mainly it seems to be an issue on who decides how arrays are formatted.  ## Expected...
## 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...
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Currently, when using `@nrwl/web:webpack` with a custom config, there is no way how to generate a custom...
closes #12148 ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
## 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...