118 Commits

Author SHA1 Message Date
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