492 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
80f20db51a
fix(angular): fix tailwind css support in libraries using components with inline styles (#8393) 2022-01-06 10:17:15 +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
0f50de73d8
fix(angular): mfe migration failing in certain scenarios (#8384) 2022-01-05 16:42:23 +00:00
David
7e99073f5b
feat(angular): support multiple state slices in data persistence ops (#8216)
A breaking change that enables data persistence operators to be used in streams with more than one slice of data (e.g., with `withLatestFrom` and `concatLatestFrom`).

Closes #6830
2022-01-04 11:42:05 +00:00
Colum Ferry
be908e2be6
feat(angular): use share helper to ensure correct version matching (#8277) 2021-12-22 15:03:39 +00:00
Phillip Barta
e57cef0901
cleanup(repo): use devkit instead of devkit reexports from workspace (#7773) 2021-12-21 21:06:31 +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
Victor Savkin
88751a3685 chore(repo): clean up the language to match the new tag line 2021-12-17 16:08:38 -05:00
Colum Ferry
7be0793c6a
fix(angular): watch on webpack browser builder (#8204) 2021-12-17 11:41:18 +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
08172bc3c8
feat(angular): upgrade to angular 13.1 (#8182) 2021-12-15 13:04:09 +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
Dmitrii Kuzmin
5640e62c22
fix(angular): use jasmine-marbles 0.9.1 for rxjs7 (#8062)
* fix(angular): use jasmine-marbles 0.9.1 for rxjs7

* fix(angular): get dynamicly jasmine-marbles version
2021-12-09 09:08:02 -06: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
Leosvel Pérez Espinosa
a11f7e739d
fix(angular): handle sass imports without tilde of node_modules packages (#8038) 2021-12-07 16:43:03 +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
Leosvel Pérez Espinosa
125d3a689e
fix(angular): fix storybook-migrate-defaults-5-to-6 generator default export (#7990) 2021-12-03 15:55:09 +00:00
Leosvel Pérez Espinosa
056bfeba79
fix(angular): fix the generated outputs in the package.json (#7973) 2021-12-03 11:56:56 +00:00
Leosvel Pérez Espinosa
d689416aa1
fix(angular): support custom webpack config to use typescript (#7970) 2021-12-02 11:47:44 +00:00
Leosvel Pérez Espinosa
9a08a83591
feat(angular): add tailwind support for buildable libraries (#7961) 2021-12-02 11:16:01 +00:00
Craigory Coppola
c04686ab10
feat(core): optional workspace.json file (#7584) 2021-11-30 15:02:06 -06:00
Leosvel Pérez Espinosa
5623da58ce
fix(angular): add migration to opt-out of the new default testbed teardown for existing projects using jest (#7907) 2021-11-29 11:37:53 +00:00
Leosvel Pérez Espinosa
153e038c9b
fix(angular): install @angular/cli if not installed (#7910) 2021-11-26 17:09:09 +00:00
Jay Bell
2d9c0ff4d9
feat(angular): allow for full ivy compilation in buildable libraries (#7873) 2021-11-25 18:56:10 +00:00
Colum Ferry
b3664fe264
feat(angular): update angular-architects/module-federation plugin to v13 (#7868) 2021-11-24 20:04:21 +00:00
Sean Murphy
b9a4289fc9
fix(angular): fix issue with less stylesheet process in publishable ng libs (#7861) 2021-11-24 10:48:30 +00:00
James Henry
98ffe8574b feat(linter): support eslint v8 (#7800)
* feat(core): support eslint v8

* fix(core): align version of eslint across all packages
2021-11-19 14:55:33 -05:00
James Henry
8fa36ff3e8
feat(linter): support eslint v8 (#7800)
* feat(core): support eslint v8

* fix(core): align version of eslint across all packages
2021-11-19 17:22:21 +00:00
Colum Ferry
6efffb6d5a
chore(angular): migrate angular localize (#7811) 2021-11-19 10:00:36 -06:00
Leosvel Pérez Espinosa
f208afc09f
fix(angular): consider tailwind usage when invalidating stylesheet caching in publishable libraries (#7804) 2021-11-19 14:47:20 +00:00
James Henry
512f094f98
feat(angular): update to angular-eslint v13 (#7799) 2021-11-18 19:04:45 -05:00
Jason Jean
448923a1b1
chore(repo): update nx to 13.2.0-rc.4 (#7796) 2021-11-18 16:56:36 -05:00
Juri Strumpflohner
97e154401b
fix(storybook): do not add Story args when the default value cannot be inferred (#7754) 2021-11-18 12:58:27 -05:00
Jason Jean
55d68718d3
feat(angular): update jest-preset-angular to 11.0.0 (#7789) 2021-11-18 17:03:01 +00:00