Victor Savkin
82fbb98e7d
feat(misc): dont generate defaultProject for non standalone workspaces
2022-12-21 09:15:26 -05:00
Leosvel Pérez Espinosa
70e43cdc77
feat(angular): add a preset to generate a workspace with a single app at the root
2022-11-21 11:17:03 -05:00
Colum Ferry
80a623ed4a
fix(angular): do not use ngcc for new workspaces and projects #12386 ( #12504 )
2022-10-11 10:29:01 +01:00
Colum Ferry
09c6ccb266
feat(linter): remove tslint support ( #12279 )
2022-09-28 11:08:01 -04:00
Colum Ferry
56957cc292
cleanup(angular): remove deprecated schema options from app generator ( #9821 )
2022-09-28 15:55:24 +01:00
Colum Ferry
e2c4c5490c
cleanup(angular): deprecate mf signature from app generator ( #11680 )
2022-08-23 13:12:29 +01:00
Colum Ferry
af93cfd597
feat(angular): add standalone app generation ( #11592 )
2022-08-17 12:03:56 +01:00
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