Colum Ferry
00ebc0ba4e
feat(angular): add federate-module generator ( #19523 )
2023-10-12 21:12:29 +01:00
Miroslav Jonaš
a3a0496856
feat(linter): remove tslint logic ( #19002 )
2023-10-06 08:32:51 -04:00
Colum Ferry
e59c930ff9
feat(angular): add ngrx root store generator ( #16811 )
2023-05-11 08:38:21 -04:00
Colum Ferry
54eb7be765
feat(angular): add ngrx feature store generator ( #16806 )
2023-05-09 09:31:15 +01:00
Colum Ferry
9cd28583f6
feat(angular): add pipe generator ( #15659 )
2023-03-14 17:16:32 +00:00
Colum Ferry
481899ce9f
feat(angular): add directive generator ( #15630 )
2023-03-14 15:31:49 +00:00
Colum Ferry
2ab66dd410
cleanup(angular): remove karma generation support ( #15419 )
2023-03-09 11:28:31 +00:00
Colum Ferry
047f2f5e43
cleanup(angular): remove upgrade-module generator ( #15418 )
2023-03-06 11:57:23 -05:00
Colum Ferry
fb282a48b0
cleanup(angular): remove downgrade-module generator ( #15417 )
2023-03-03 15:22:35 +00:00
Katerina Skroumpelou
b934edc3dc
chore(storybook): remove old change-storybook-targets generator ( #15126 )
2023-02-20 16:43:54 +00:00
Colum Ferry
09e9110c80
feat(angular): add setup-ssr generator ( #12233 )
...
* feat(angular): add setup-ssr generator
* feat(angular): add template literals
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-10-13 13:34:43 +01:00
Caleb Ukle
a0904a601b
feat(testing): support angular cypress component testing ( #11790 )
...
* feat(testing): ng cypress component testing
closes : #11602
* chore(testing): move story utils into common util area
* feat(testing): add options for ng component testing
* docs(testing): add more info for component testing
* chore(testing): address PR feedback
* chore(testing): remove logs
2022-09-07 13:32:19 +00:00
Waldbillig Thomas
99a3563c8f
feat(angular): export test runners from package ( #11613 )
...
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Waldbillig-Thomas <waldbillig.thomas@gmail.com>
2022-08-18 09:58:16 +00:00
Colum Ferry
7891a68715
feat(angular): add scam to standalone conversion generator ( #11578 )
2022-08-17 12:06:07 +01:00
Colum Ferry
37072bc5d6
feat(angular): replace mfe references with mf ( #10957 )
2022-07-01 13:48:38 +00:00
Leosvel Pérez Espinosa
c3b7db8c0e
fix(angular): export component generator ( #10883 )
2022-06-24 10:32:28 +01:00
Katerina Skroumpelou
51b66d1394
feat(storybook): use native storybook/angular executor ( #9332 )
2022-05-19 11:25:17 +00:00
Colum Ferry
e1f64a3896
feat(angular): remove mfe-host alias in favour of host ( #9834 )
2022-04-14 12:42:02 +01:00
Colum Ferry
73d8967a2b
feat(angular): remove mfe-remote alias in favour of remote ( #9832 )
2022-04-14 11:11:46 +01:00
Katerina Skroumpelou
ad0002586b
feat(storybook): removing support for Storybook 5 ( #9380 )
2022-04-12 16:58:20 +03: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
Kalarrs Topham
babd4bdf8d
chore(angular): export all angular generators ( #8820 )
...
add missing generators to angular/generators exports
2022-02-03 09:33:02 +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
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
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
Leosvel Pérez Espinosa
8311a172d7
feat(angular): add secondary entry point generator for publishable libraries ( #7501 )
2021-10-26 11:12:53 +01:00
srleecode
27dd4cf7ff
feat(generators): Export @nrwl/angular:init ( #6721 )
...
feat(generators): Export @nrwl/angular:init
Exports @nrwl/angular:init so that it can be used by other generators
Closes #6713
2021-08-16 14:07:31 +01:00
Colum Ferry
dd51c18d12
feat(angular): init mfe generator ( #6209 )
...
Add generator to scaffold Module Federation configuration for a given Angular application
2021-07-02 13:45:36 +01:00
Leosvel Pérez Espinosa
122f7eca72
cleanup(angular): migrate downgrade-module and upgrade-module generators to nx devkit ( #6083 )
2021-06-22 10:20:02 +01:00
Leosvel Pérez Espinosa
5cac8ba9ac
cleanup(angular): migrate ngrx generator to nx devkit ( #6057 )
2021-06-21 14:18:15 +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
Leosvel Pérez Espinosa
b8162c4a17
cleanup(angular): migrate stories generator to nx devkit ( #6010 )
2021-06-15 14:13:56 +02:00
Colum Ferry
3e8ff083f2
cleanup(angular): refactor library generator to use nx devkit ( #5935 )
...
* cleanup(angular): refactor library generator to use nx devkit
Refactor Library Generator to use Nx Devkit
2021-06-14 11:05:32 +01:00
Leosvel Pérez Espinosa
06d3654c00
cleanup(angular): migrate storybook-configuration generator to nx devkit ( #5875 )
2021-06-04 10:44:54 +01:00
Philip Fulcher
d891c69813
chore(angular): convert move schematic to Nx generator ( #5708 )
...
* chore(angular): convert move schematic to Nx generator
* fix(angular): fix bad generator import
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-22 18:38:01 +00:00
James Henry
00dec221e2
feat(linter): convert-tslint-to-eslint generators ( #4943 )
...
* feat(linter): convert-tslint-to-eslint generators
* fix(core): remove generators in collection for ng and nest
* fix(core): update tao to support mixed generators and schematics
* fix(core): update tao to support mixed generators and schematics
* fix(core): address some PR feedback
* fix(core): fix snapshots after syncing up with master
* feat(core): store user preference for removeTSLintIfNoMoreTSLintTargets
* fix(linter): unit tests
* feat(core): apply root tslint.json conversion to root .eslintrc.json
2021-03-19 13:41:13 -04:00
Jason Jean
32a64c50c8
feat(angular): export angular generators from @nrwl/angular/generators ( #4739 )
2021-02-08 15:34:41 -05:00