Leosvel Pérez Espinosa
ba592f8a99
fix(angular): do not set a module federation remote project as the default project ( #11127 )
2022-07-13 14:19:06 +01:00
Colum Ferry
37072bc5d6
feat(angular): replace mfe references with mf ( #10957 )
2022-07-01 13:48:38 +00:00
Stian Morsund
eb4243bc87
feat(angular): add flag for skipping the postinstall script in relevant generators ( #10208 )
2022-05-09 12:48:41 +01:00
Colum Ferry
5378128851
feat(angular): add dynamic federation support to mfe generator ( #9551 )
2022-03-29 16:45:19 +01: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
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
Jonathan Romano
f8f09b91df
fix(linter): add setParserOptionsProject option to generators missing it ( #7103 )
2021-09-24 21:02:52 -04:00
Colum Ferry
776bd277b7
feat(angular): add host option to MFE generator ( #6368 )
...
Add a host option to MFE generator to allow a remote to specify a host that it should be consumed
by.
Use this value to update the host application's webpack.config,js
2021-07-15 09:54:41 +01:00
Colum Ferry
8b1f812c85
fix(angular): change mfe naming convention to use host
...
Previously, naming convention of consuming applications for MFEs was `shell`.
Change it to match Webpack Module Federation's naming convention of calling it `host`.
BREAKING CHANGE:
The `mfeType` options have changed from `shell | remote` to `host | remote`.
2021-07-14 10:40:14 +01:00
Colum Ferry
0fd0fc4d93
feat(angular): add mfe options to app generator ( #6242 )
2021-07-06 10:32:45 +01:00
Craigory V Coppola
f1911a71f3
feat(core): split nx config to project files ( #5880 )
2021-06-22 20:30:38 -04:00
Leosvel Pérez Espinosa
bbb0416cc2
fix(angular): remove Stylus from new Angular workspaces and apps ( #6095 )
2021-06-22 16:56:51 +01:00
Colum Ferry
96293b02cb
cleanup(angular): refactor angular application generator ( #6036 )
...
Refactor Angular Application Schematic to Generator using Nx Devkit
2021-06-18 15:39:05 +01:00