Isaac Mann
c74b933fe9
docs(docs): fix copy paste typo
2020-09-21 12:38:28 -04:00
Isaac Mann
ea0edb7585
docs(docs): add missing schematics to map.json
2020-09-21 12:38:28 -04:00
Zachary DeRose
231e666467
fix(docs): Misnamed link in sidebar ( #3762 )
2020-09-18 09:57:01 -04:00
Jo Hanna Pearce
001b6ee8cc
fix(misc): updates the mv schematic to cope with libs created with --importPath
...
ISSUES CLOSED : #3476
2020-09-14 13:36:46 -04:00
Peter Smith
a9ba084563
docs(angular): clarify optimisticUpdate usage
...
the optimisticUpdate.run function expects a `void`, `Action`, or `Observable<Action>` return.
Clarity matters. So by using `mapTo` operator the example shows the return of an action
ISSUES CLOSED : #3702
2020-09-14 13:32:00 -04:00
Isaac Mann
9c4850c6ed
docs(docs): docs(docs): guide to debug builders ( #3705 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-09-11 11:50:48 -04:00
Isaac Mann
c01f15d6ee
docs(docs): ng add functionality in a workspace with the nx cli ( #3583 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-09-10 17:17:13 -04:00
Jonathan Cammisuli
b49f0af610
chore(docs): add node tutorial files ( #3663 )
2020-09-09 14:28:59 -04:00
imprevo
6bc63d5c74
fix(docs): apollo-react blog post link
2020-09-08 22:17:07 -04:00
Martin Hochel
6b8592da2e
feat(misc): add babelJest support to node,web,workspace,express plugins ( #3636 )
...
ISSUES CLOSED : #3041
2020-09-08 13:59:36 -04:00
Katerina Skroumpelou
e10aa455ea
feat(node): added rootDir flag when generating node/lib ( #3659 )
2020-09-08 11:36:24 -04:00
Peter B Smith
a9d3fab93b
docs(angular): add serializer detail to DataPersistence guide ( #3550 )
...
Fixes : #3549
2020-09-08 09:39:59 -05:00
Juri Strumpflohner
18c675a7b1
fix(storybook): pass on generateCypressSpecs from React storybook schematic ( #3687 )
2020-09-08 16:03:11 +03:00
Jonathan Cammisuli
8f867a17ca
chore(docs): update generated docs
2020-09-05 10:50:48 -04:00
Zachary Williams
556385c012
fix(misc): remove deprecated jest builder options from schematic ( #3630 )
...
ISSUES CLOSED : #3505
2020-09-05 10:44:30 -04:00
Tasos Bekos
3461a86c6d
fix(web): support baseHref on serve ( #3639 )
...
ISSUES CLOSED : #3553
2020-09-04 14:54:29 -04:00
Tasos Bekos
8abc06d3af
fix(testing): handle coverageRepoters for Jest through CLI
2020-09-03 11:07:06 -04:00
German
9b490623e9
fix(core): add forwardAllArgs option to run-commands builder ( #3559 )
...
ISSUES CLOSED : #3335
2020-09-03 16:40:31 +03:00
Tasos Bekos
86784b2988
feat(misc): support projects option in format ( #3588 )
...
ISSUES CLOSED : #3303 , #3090
2020-09-02 12:15:55 +03:00
Victor Savkin
1699d93e29
docs(node): update docs
2020-09-01 13:20:33 -04:00
Tasos Bekos
a4b37a341f
feat(core): support globs for JSON paths in implicitDependencies
...
ISSUES CLOSED : #2483
2020-09-01 11:47:16 -04:00
Martin Hochel
c275dcdd4a
fix(core): remove invalid --plain flags from affected commands
...
ISSUES CLOSED: 2720
2020-09-01 11:45:48 -04:00
Jonathan Cammisuli
0304516318
feat(docs): add node document generation
2020-09-01 11:23:57 -04:00
Isaac Mann
e7c6c807b5
docs(react): fix typo ( #3586 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-08-21 15:22:20 -04:00
Jack Hsu
9f35646c65
fix(nextjs): fix Next.js schematics to support dynamic routes and remove unnecessary next plugins (as of 9.5) ( #3574 )
...
Closes #2478 , #2490
2020-08-21 14:25:22 -04:00
Zachary DeRose
a409a2cf68
fix(docs): fix broken link in Computational Cache tutorial ( #3582 )
2020-08-21 13:22:04 -04:00
Jason Jean
d796731c97
fix(angular): generate storybook configuration with proper linter ( #3580 )
2020-08-21 11:55:24 -04:00
Tasos Bekos
46011bbf98
docs(docs): document glob support for implicitDependencies ( #3570 )
2020-08-21 10:52:09 -04:00
Zachary DeRose
8d9d99796c
docs(docs): Shared > Migration > Preserving Git Histories ( #3569 )
2020-08-20 06:47:07 -04:00
Jason Jean
106b04f157
docs(core): define affected ( #3524 )
2020-08-19 17:23:12 -04:00
Jonathan Cammisuli
7407aa41a8
fix(node): add srcRootForCompilationRoot option for node package builder ( #3564 )
2020-08-19 17:22:44 -04:00
Tasos Bekos
9c5028e005
fix(misc): format only workspace projects with libs-and-apps ( #3498 )
...
* fix(misc): rename format option to `libs-and-apps`
* fix(misc): format only workspace projects with `apps-and-libs`
Retrieving and npm project dependecies is throwing exception when trying to read the `root` of the projects, causing a fallback to all files.
2020-08-19 11:16:54 -04:00
Victor Savkin
7476fdfa69
fix(docs): fix typo in tutorials
2020-08-18 22:59:46 -04:00
Adam L Barrett
afd99b27de
fix(misc): allow --js flag to be passed to @nrwl/web:lib schematic ( #3230 )
...
* fix(misc): allow --js flag to be passed to @nrwl/web:lib schematic
creates js files instead of ts files
s
ISSUES CLOSED : #2985
* fix(misc): add tests for --js flag in workspace
2020-08-18 22:07:33 -04:00
Mehrad Rafigh
78ed02c2cd
feat(testing): pass reporter and reporterOptions to cypress builder ( #3536 )
2020-08-18 09:49:57 -04:00
Jonathan Cammisuli
028e54eadf
feat(node): add nest schematics with project option ( #3304 )
2020-08-17 08:54:34 -04:00
Zachary DeRose
8a9565de01
docs(docs): workspace builder ( #3526 )
2020-08-14 13:43:48 -07:00
Jessica Campbell
8a0a2a15f3
Update 08-create-libs.md
...
Update doc to add missing "ui" in path
2020-08-14 15:08:52 -04:00
Mehrad Rafigh
8a7cb350a8
feat(testing): pass ignoreTestFiles to cypress builder
...
ISSUES CLOSED : #3439
2020-08-13 14:15:28 -04:00
Ashley Hunter
10911e25c2
feat(angular): add an option to add strict type checking ( #3465 )
...
* feat(angular): add an option to add strict type checking
Adding support for strict type checking to Angular application and library generate schematics.
E.g.
`nx generate application myapp --strict`
`nx generate lib mylib --strict`
Closes #3383 .
Performs the following configuration changes:
- Enables strict mode in TypeScript, as well as other strictness flags recommended by the TypeScript team. Specifically, forceConsistentCasingInFileNames, noImplicitReturns, noFallthroughCasesInSwitch.
- Turns on strict Angular compiler flags strictTemplates and strictInjectionParameters
These match the flags used in the standard CLI strict mode.
* cleanup(misc): updating import path
Co-authored-by: Ashley Hunter <ashley.hunter@hotmail.co.uk>
2020-08-12 18:15:59 -05:00
Victor Savkin
aff592b930
feat(angular): add an option to use eslint
2020-08-06 22:08:16 -04:00
Sharif Jubayer Arefin
5fd392fd40
docs(docs): Add missing class todo in todos.component.html
2020-08-05 23:07:03 -04:00
Hugh Loughrey
94c230bc4d
docs(docs): update documentation on e2e watch mode
...
ISSUES CLOSED: 2963
2020-08-05 22:49:55 -04:00
Isaac Mann
6196c380e5
docs(docs): fix react configuration ToC formatting ( #3444 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-07-31 10:36:43 -04:00
Isaac Mann
50a4453129
docs(docs): update react configuration docs too
2020-07-29 17:09:48 -04:00
Isaac Mann
fdec75a495
docs(docs): document tasksRunnerOptions
2020-07-29 17:09:48 -04:00
Victor Savkin
3cd9f4fe6c
feat(misc): add nx package to make installing global cli easier
2020-07-29 12:16:12 -04:00
Benjamin Cabanes
93140c5ff4
docs(react): reactjs storybook shematics list ( #3425 )
2020-07-28 10:05:58 -04:00
Ramiro Rivera
de36724e36
docs(testing): fix jest builder documentation regarding coverageDirectory key ( #3421 )
...
ISSUES CLOSED : #3420
2020-07-28 09:53:18 -04:00
Isaac Mann
29c0b809c9
docs(core): expand description of outputPath for run-commands builder and schematic ( #3398 )
2020-07-24 16:13:06 -05:00