Colum Ferry
3c39c311f8
fix(angular): strip trailing slash from directory #9263 ( #9314 )
2022-03-15 09:38:32 +00:00
Victor Savkin
6f038e7a4a
feat(core): reorganize packges to consolidate all cli-related code in nx
2022-03-14 16:42:51 -04:00
Leosvel Pérez Espinosa
081ff42955
fix(angular): handle newProjectRoot correctly when generating apps and libs ( #9255 )
2022-03-10 13:09:04 +00:00
Leosvel Pérez Espinosa
acc29e9593
fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json ( #9195 )
...
* fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json
* cleanup(angular): address pr feedback
2022-03-09 11:30:26 -05:00
Colum Ferry
6c9995939d
feat(angular): add mfe-remote generator ( #9191 )
2022-03-08 14:14:21 +00:00
Colum Ferry
744203057d
feat(angular): add mfe-host generator ( #9218 )
2022-03-08 13:30:24 +00:00
Leosvel Pérez Espinosa
b80de979d7
fix(angular): fix invalid style option for nx welcome component when generating an application ( #9173 )
2022-03-03 12:47:11 +00:00
Leosvel Pérez Espinosa
cef4bbd4cf
fix(angular): align root karma config when migrating from angular cli to match the one for new workspaces ( #9144 )
2022-02-28 15:15:09 +00:00
Colum Ferry
01dba862e9
fix(angular): upgrade karma and fix settings ( #9056 )
2022-02-21 16:35:07 +00:00
Colum Ferry
91ca67ad6b
fix(angular): add cypress workaround when generating mfes ( #8909 )
...
* fix(angular): add cypress workaround when generating mfes
* fix(angular): add a migration for cypress mfe
* docs(angular): fix typos in mfe docs
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
* fix(angular): target 13.8.1 for migration
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-02-09 23:12:08 +00:00
Juri
aa1d8b8e3f
docs(misc): adjust Tailwind references to v3
2022-02-05 19:42:37 +01:00
Leosvel Pérez Espinosa
39f4c47fd0
fix(angular): update schemas with missing changes from previous versions ( #8836 )
2022-02-04 11:07:57 +00:00
Leosvel Pérez Espinosa
cf7a18bd14
fix(angular): prevent adding dependencies when generating apps and specifying skipPackageJson ( #8806 )
2022-02-01 16:32:47 -05:00
Colum Ferry
f4fa81338d
feat(angular): support version 13.2.0 ( #8457 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-01-28 09:01:51 +00:00
Leosvel Pérez Espinosa
a56c89c0b8
fix(angular): don't generate a .browserslistrc file for non buildable and non publishable libs ( #8710 )
2022-01-27 09:10:57 +00:00
Colum Ferry
ac66fc1a17
feat(angular): add --export flag to scam-directive ( #8673 )
2022-01-24 15:24:29 +00:00
Colum Ferry
5081db1ecb
feat(angular): add --export to scam-pipe generator ( #8672 )
2022-01-24 15:24:13 +00:00
Colum Ferry
56261ae111
feat(angular): add --export flag to scam ( #8662 )
2022-01-24 15:09:29 +00:00
Isaac Mann
07ebdb36a3
feat(core): add nx graph as alias of nx dep-graph ( #8539 )
...
* feat(core): add nx graph as alias of nx dep-graph
* docs(core): add note about old dep-graph syntax
* cleanup(core): formatting
* feat(core): formatting
* feat(core): formatting
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-01-21 11:15:23 -05:00
Leosvel Pérez Espinosa
5afd3d6d2c
fix(angular): update tailwind content glob pattern to ignore stories and tests ( #8637 )
2022-01-21 11:02:23 +00:00
Leosvel Pérez Espinosa
ad72d7a95e
fix(angular): configure tailwind content and purge properties for libraries ( #8556 )
2022-01-20 10:04:08 +00:00
Jason Jean
c72520ec17
fix(angular): do not format when skipFormat is passed for generating a lib ( #8549 )
2022-01-14 23:51:21 +00:00
Katerina Skroumpelou
883acaf4f4
fix(storybook): fixed story template for angular ( #8388 )
2022-01-12 20:46:21 +02:00
Katerina Skroumpelou
31b8b46a18
Revert "fix(storybook): apply a webpack tweak for storybook and angular ( #8392 )" ( #8486 )
...
This reverts commit 77529a1770ce848c3184d0b86571e3300f585ac8.
2022-01-12 16:45:43 +02:00
Leosvel Pérez Espinosa
b989e8de19
feat(angular): simplify generated tailwind config for v3 ( #8471 )
2022-01-12 11:33:29 +00:00
Maurizio Vitale
c2115c2a72
fix(angular): skipFormat files when converting to Nx project ( #8387 )
...
Add the ability to skipFormat files when converting to Nx project
ISSUES CLOSED : #8386
2022-01-11 15:26:45 +00:00
Colum Ferry
8c8b257a3c
feat(angular): add option to skip module creation #7806 ( #8391 )
2022-01-06 11:49:04 +00:00
Vadim
77529a1770
fix(storybook): apply a webpack tweak for storybook and angular ( #8392 )
...
* fix(storybook): apply a webpack tweak for storybook and angular
- [x] remove html raw-loader from the webpack rules array if storybook is used with angular v13;
the html raw-loader breaks jit compilation when storybook 6.5 aplha is used with angular v13
ISSUES CLOSED : #8360
fix(testing): update storybook generator configuration snapshot
fix(testing): update storybook generator configuration snapshot, use the flag --update-snapshot
fix(testing): update storybook generator configuration snapshot, test affected, update snapshot
* cleanup(storybook): make the webpack tweak for storybook and angular explanation more concise
2022-01-06 11:21:13 +02:00
Colum Ferry
be908e2be6
feat(angular): use share helper to ensure correct version matching ( #8277 )
2021-12-22 15:03:39 +00:00
Isaac Mann
aea4f099fc
feat(angular): add helper to add any property to an ngModule decorator ( #7850 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-12-21 15:20:22 -05:00
Colum Ferry
c5ce3b2748
fix(angular): mfe remote entry to use common module ( #8250 )
2021-12-21 12:25:03 +00:00
Leosvel Pérez Espinosa
2b00c99db1
feat(angular): add support for configuring tailwind in existing and new apps and buildable/publishable libs ( #8043 )
2021-12-16 17:25:32 +00:00
Colum Ferry
a75f1bd763
fix(angular): set public host for both projects ( #8184 )
2021-12-15 10:39:31 +00:00
Noriyuki Shinpuku
e77c498f2d
feat(angular): update complier options for strict mode ( #8126 )
2021-12-14 22:32:45 -05:00
Shlomi Levi
4bb109e175
feat(angular): add scam generator for pipes and directives ( #8144 )
...
ISSUES CLOSED : #8122
2021-12-14 11:28:47 +00:00
Colum Ferry
bc8dda6c44
fix(angular): scam component default type as lowercase ( #8160 )
2021-12-14 11:09:16 +00:00
Leosvel Pérez Espinosa
364136f3f6
fix(angular): handle scam components when generating storybook stories ( #8139 )
2021-12-13 16:19:08 +00:00
Colum Ferry
5339e99d84
feat(angular): enable minimization for MFEs ( #8135 )
...
* feat(angular): enable minimization for MFEs
* fix(angular): test snapshots
2021-12-13 15:58:16 +00:00
Leosvel Pérez Espinosa
4343f56da6
fix(angular): remove unnecessary extension from scam component import ( #8136 )
2021-12-13 12:53:21 +00:00
Leosvel Pérez Espinosa
3fa53857d7
fix(angular): fix setParserOptionsProject being ignored when generating apps ( #8105 )
2021-12-10 16:00:43 +00:00
Jay Bell
e2626adb68
feat(angular): allow for passing in parser options flag to lib generation ( #8082 )
2021-12-10 14:33:46 +00:00
Colum Ferry
5f537183b2
fix(angular): use path property correctly when generating scams #8083 ( #8100 )
2021-12-10 12:46:54 +00:00
Juri
6f4226af75
feat(storybook): upgrade to Storybook 6.4
2021-12-09 10:06:10 -05:00
Colum Ferry
6e400322f1
fix(angular): support module syntax for mfes ( #8020 )
...
* fix(angular): support module syntax for mfes
* fix(angular): add publich host to prevent infinte reload
2021-12-09 12:49:37 +00:00
Leosvel Pérez Espinosa
0280e5ec7b
fix(angular): fix @nrwl/angular package build to produce the right type definitions and package entry points ( #8054 )
2021-12-08 15:22:25 +00:00
Victor Savkin
8806d1f815
Revert "feat(storybook): upgrade to Storybook 6.4 ( #7917 )"
...
This reverts commit e4595867cc16cd5fe20d02e242d6ccbc727bd1f1.
2021-12-06 20:02:54 -05:00
Colum Ferry
48712948b3
feat(angular): add scam generator ( #7987 )
...
* feat(angular): add scam generator
* feat(angular): support flat and type component flags
2021-12-06 12:59:42 +00:00
Juri Strumpflohner
e4595867cc
feat(storybook): upgrade to Storybook 6.4 ( #7917 )
2021-12-06 12:49:16 +02:00
Mateo Tibaquirá
d6410162a0
fix(angular): remove numbers from the project name ( #6646 )
...
* fix(angular): remove numbers after dashes
* fix(angular): correctly handle empty libsDir
* feat(angular): validate apps with empty appsDir
* feat(angular): validate libs with empty libsDir
* fix(angular): revert change to createTreeWithEmptyWorkspace
2021-12-06 09:45:46 +00:00
Benjamin Cabanes
66e4e85067
feat(core): new nx starter ( #7912 )
2021-12-03 11:05:09 -05:00