34 Commits

Author SHA1 Message Date
Rares Matei
6384bde734
feat(core): load root .env in all nx processes (#3081)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2020-06-05 14:49:10 -04:00
Zdravko Tatarski
14c79e01ed
docs(angular): fix wrong function in data persistence example (#3042) 2020-05-21 11:05:14 -05:00
Isaac Mann
ba86bbd51b
docs(core): add docs about .nxignore (#3013)
* docs(core): add docs about .nxignore

* docs(docs): change backticks to quotes

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-15 16:17:39 -04:00
Isaac Mann
680541b89f
Global config files docs (#2974)
* docs(misc): add docs on global config files

* docs(docs): move configuration under workspace

Co-authored-by: Victor Savkin <mail@vsavkin.com>
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-08 15:32:08 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 (#2934)
this is just for the repo, and not the workspace

Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Brandon
2eff526907
docs(angular): update docs on using Data Persistence (#2877) 2020-04-20 14:59:41 -04:00
Jonathan Cammisuli
f89cefa44a
docs(docs): clean up custom commands guide between react and angular (#2776) 2020-03-31 11:41:09 -04:00
Victor Savkin
e17fcdca0f docs(core): fix links + minor changes 2020-03-30 15:38:20 -04:00
Victor Savkin
6e9fb0efa0 docs(core): clean up generated docs 2020-03-30 13:08:41 -04:00
Victor Savkin
295225a8a7 docs(core): clarify cli docs 2020-03-29 14:52:15 -04:00
Isaac Mann
5f0886add9
docs(docs): storybook plugin overview (#2746)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 16:56:40 -04:00
Brandon
b5015015ae
docs(react): add overview to Nx plugins for Next.js, React and Web (#2736)
* docs(react): add overview for Nx plugins for Next.js, React and Web

* Update docs/shared/next-plugin.md

* Update docs/shared/react-plugin.md

* Update docs/shared/react-plugin.md

* Update docs/shared/web-plugin.md

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2020-03-27 10:41:29 -04:00
Victor Savkin
c4c10bde6c docs(core): minor changes to shared guides 2020-03-27 10:23:23 -04:00
Isaac Mann
ce56206373
docs(misc): add CLI overview page and misc docs updates (#2734)
* docs(docs): remove migration articles from menu

* docs(nest): fix typo

* docs(docs): fix typo in e2e docs

* docs(docs): cli-overview

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 06:45:19 -05:00
Brandon
930e559d1c
docs(angular): add overview page for Nx plugin for Angular (#2730) 2020-03-26 15:57:04 -04:00
Rui Lima
c5082418a9 docs(docs): fix fixutres typo on react and angular docs
The typo `fixutres` was present in some files.
Couldn't live with it.
2020-02-22 17:39:25 -05:00
Isaac Mann
ebe0e75b6f
docs(storybook): add instructions to install @nrwl/storybook plugin (#2526)
* docs(storybook): add instructions to install @nrwl/storybook plugin

ISSUES CLOSED: #2293

* Update modernize-storybook.md

* Update modernize-storybook.md
2020-02-21 14:16:42 -05:00
Brandon
c7d075df49
fix(angular): update defaults for NgRx schematics (#2443)
BREAKING CHANGES:

The minimal flag is set to true
The syntax flag is set to creators
The useDataPersistence flag is set to false

BEFORE:

By default, the root Store and Effects modules are registered, with a generated feature
By default, the action classes syntax is used for scaffolding
By default, the DataPersistence class in injected and used in Effects

AFTER:

By default, only the root Store and Effects modules are registered
By default, the creator functions are used for scaffolding with schematics
By default, the DataPersistence operators are used in Effects
2020-02-06 15:17:05 -05:00
Brandon Roberts
fd78f0923c docs(nx): add guide on transitioning to an Nx workspace 2019-12-02 17:35:34 -05:00
Isaac Mann
50123e28dc docs(nx): add storybook guides for react and angular (#2078) 2019-11-27 11:10:48 -05:00
Victor Savkin
294224bac4 docs(nx): add description of a potential problem when moving from 7 ot 8 2019-10-23 19:19:16 -04:00
Brandon Roberts
6160cc2324 feat(nx): update usage of facades with NgRx and add better support for barrel exports 2019-10-10 11:30:16 -04:00
David Murdoch
7fc20f4cac docs(nx): builder missing a hyphen (#1929) 2019-10-09 17:57:18 -04:00
Kristopher Betz
1edb44af90 docs(nx): fix lazy loading command
The command to create a lib with lazy loading incorrectly had the tribute --router instead of --routing
2019-09-25 09:25:06 -04:00
Victor Savkin
3579c5a8b9 fix(nx): misc next.js related fixes 2019-09-09 12:29:43 -04:00
Victor Savkin
70d71b3516 feat(nx): add support for migrations 2019-09-02 14:33:56 -04:00
Victor Savkin
5d2127b287 docs(angular): add a clarification to 7 to 8 guide 2019-08-13 21:14:01 -04:00
Victor Savkin
2abe13d5f4 docs(nx): share guides between different nx.dev flavours 2019-07-31 15:48:09 -04:00
ben
d9084a08ab docs(fundamentals): monorepos & automation 2019-07-30 20:17:04 -04:00
Colin Ogoo
3a2c56f21a fix(nx): swap deprecated --app flag to --project in docs (#1603) 2019-07-24 09:46:08 -04:00
Brandon Roberts
6516176b65 feat(nx): update to NgRx 8 and add schematics support for creators and entities
Move addUpdateTask util function to @nrwl/workspace to run updates from @nrwl/angular migrations
Run update migration to latest version for NgRx if installed
2019-07-17 14:42:54 -04:00
Victor Savkin
518d91d0ad docs(nx): update readme 2019-07-10 17:47:43 -04:00
Jason Jean
7a95983169 docs(nx): add docs for updating nx 2019-07-03 19:00:23 -04:00
Victor Savkin
ccd5854a98 docs(nx): update docs for web components and react 2019-06-25 13:09:33 -04:00