"@nx/angular:application": { "e2eTestRunner": "none", "linter": "eslint", - "style": "css", + "style": "scss", "unitTestRunner": "jest" }, "@nx/angular:component": { - "style": "css" + "style": "scss" } 📜 Review details Configuration used: CodeRabbit UI Review prof...
nx g @nx/angular:remote --directory=apps/login --host=host-security --name=login --backendProject=gqlbff --skipTests=true --style=scss --tags=remote --viewEncapsulation=Emulated --no-interactive create remote nx g @nx/angular:remote --directory=apps/employee --host=host-security --name=em...
"angular", "cypress", "cypress-io", "test", "testing" ], "contributors": [ { "name": "Bill Glesias", "social": "@atofstryker" } ], "module": "dist/index.js", "publishConfig": { "access": "public" }, "nx": { "targets": { "build": { "outputs": [ "{workspaceRoot}...
Migration to Nx Workspace We have a quite large Angular codebase build on standard Angular CLI approach and we are migrating it to Nx. Since there are lot of people working on the codebase, we are performing this process on a step by step basis (and we expect it to take quite some ti...
displayName: 'angular', testEnvironment: 'node', preset: '../../jest.preset.js', setupFilesAfterEnv: ['<rootDir>/test-setup.ts'], }; 1 change: 0 additions & 1 deletion 1 packages/create-nx-plugin/jest.config.ts Original file line numberDiff line numberDiff line change @@ -6,6...
- Nx `v19.0.8` - Angular `v17.3.0` - Node.js `v20.9.0` # Install libraries 8 changes: 0 additions & 8 deletions 8 libs/vre/3rd-party-services/api/src/lib/services/v2/ontology/ontology-v2-api.service.ts Original file line numberDiff line numberDiff line change @@ -147,12 +147...