Leosvel Pérez Espinosa
a0d01b60c5
fix(angular): remove karma test.ts file from generation ( #13356 )
2022-11-24 12:33:50 +01:00
Victor Savkin
16fd4374d6
feat(misc): derive workspace layout dynamically
2022-11-23 15:45:13 -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
b084dddff0
feat(angular): support for Angular 15 ( #12112 )
2022-11-17 09:31:45 -05:00
Richard Roozenboom
3e867d1650
fix(angular): passthrough skip package json option to generators ( #13109 )
...
CLOSED https://github.com/nrwl/nx/issues/13108
Fixes https://github.com/nrwl/nx/issues/13108
2022-11-10 10:57:15 -05:00
Colum Ferry
c2fa6ae228
feat(angular): add flat for standalone library #12420 ( #12566 )
2022-10-13 13:39:39 +01:00
Jason Jean
834e2db7cb
feat(core): prefix outputs and warn on non-prefixed outputs ( #12470 )
2022-10-11 21:54:25 +00: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
MaxKless
1fc52349a7
docs(angular): add generator usage examples ( #12428 )
2022-10-09 14:49:29 +02:00
Colum Ferry
09c6ccb266
feat(linter): remove tslint support ( #12279 )
2022-09-28 11:08:01 -04:00
Colum Ferry
6d9ec39c75
feat(angular): create routes file pattern ( #11930 )
...
add host remote correctly
library routes
fix tests
2022-09-28 15:54:53 +01:00
Craigory Coppola
9b63ce167a
feat(core): don't generate workspace.json for v2 workspaces ( #12127 )
2022-09-27 23:16:22 +00:00
Leosvel Pérez Espinosa
e2bfaa68f7
fix(angular): add $schema property to generated project configs ( #12031 )
2022-09-16 10:11:46 +01:00
Ashley Hunter
730d3235b4
feat(angular): add types to the generated tailwind configuration ( #12018 )
2022-09-15 14:34:46 +01:00
Colum Ferry
81b5eebfa7
feat(angular): allow component options to be passed to standalone library #11702 ( #11890 )
2022-09-08 09:37:26 +01:00
Colum Ferry
f51c1becf7
fix(angular): remove double normalize of project name #11819 ( #11822 )
2022-09-01 12:24:50 +01:00
Colum Ferry
09112ccd24
feat(angular): support library routing setup for standalone routes ( #11634 )
2022-08-18 15:17:04 +01:00
Colum Ferry
1a5a09b790
chore(angular): add standalone router helper ( #11632 )
2022-08-18 14:12:06 +01:00
Miroslav Jonaš
187f5200c0
fix(linter): add jest to root .eslintrc if selected as unit test runner ( #11555 )
2022-08-18 14:51:09 +02:00
Colum Ferry
da1741bf56
feat(angular): support standalone component library generation ( #11608 )
2022-08-17 12:05:54 +01:00
Craigory Coppola
458fc36014
chore(misc): split create tree with empty workspace to remove parameter ( #10188 )
...
* feat(devkit): split create-empty-tree to different functions
* chore(repo): apply migration for createEmptyTree
* cleanup(misc): fix tests that migration misses
2022-08-11 19:24:04 -04:00
Caleb Ukle
bd4e6ac323
fix(testing): exclude jest.config.ts in angular project tsconfigs ( #11468 )
2022-08-05 12:15:56 -05:00
Leosvel Pérez Espinosa
46ad8c3d63
feat(angular): support angular v14.1.0 ( #11155 )
2022-07-22 16:01:24 +01:00
Leosvel Pérez Espinosa
1b6e5874ee
fix(angular): do not generate ts path mappings for lazy loaded libs in app tsconfig file ( #11125 )
2022-07-13 12:19:36 +01:00
Miroslav Jonaš
62bae5a120
feat(core): make npmScope optional ( #10018 )
2022-06-23 10:57:54 +02:00
Leosvel Pérez Espinosa
ec906251b0
fix(angular): do not configure e2e test runner when generating a library ( #10553 )
2022-06-02 12:51:36 +01:00
Leosvel Pérez Espinosa
62afcb79b0
feat(angular): support angular v14.0.0-rc.2 ( #8883 )
2022-05-30 16:09:00 -04:00
NejcZdovc
60382f6370
docs(misc): Fixes typo for browserslistrc
...
Resolves #10230
2022-05-10 16:32:25 -04: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
Stian Morsund
d6f49ea624
fix(angular): support skipPackageJson for library generation ( #10179 )
2022-05-06 09:08:52 +01:00
Leosvel Pérez Espinosa
0e21fa0368
fix(angular): normalize project name and don't default to npmScope as prefix when it's not a valid html selector ( #10116 )
2022-05-03 16:16:30 +01:00
Jason Jean
5e23c07077
fix(core): automatically add root to the project.json projects ( #9977 )
...
* fix(core): automatically add root to the project.json projects
* chore(core): move project-configuration generator utils to nx package
* fix(core): add migrations to remove root
2022-04-28 13:24:35 -04:00
Jason Jean
9f87d4c346
fix(angular): remove src from lintFilePatterns ( #9940 )
2022-04-21 18:54:22 -04:00
Caleb Ukle
39331d1e17
feat(testing): move jest config to .ts files ( #9854 )
...
* feat(testing): move jest config to .ts
move jest config and preset to ts files
ISSUES CLOSED : #8344
* fix(testing): update tests for jest.config.ts changes
update tests broken by renaming jest fils to ts files
2022-04-21 17:58:40 +00:00
Leosvel Pérez Espinosa
cfaedc8181
feat(angular): support migrating angular cli workspaces with library projects ( #9885 )
2022-04-19 16:18:26 +01:00
Victor Savkin
428106f6be
cleanup(core): create more meaningful file structure in nx package ( #9621 )
2022-03-31 09:07:22 -04:00
Benjamin Cabanes
6dae32cc3a
docs(nxdev): support packages schemas metadata & discoverability ( #9383 )
2022-03-24 12:00:06 -04:00
Colum Ferry
6b6f19206c
fix(angular): renable v1 lib test ( #9494 )
2022-03-24 11:25:44 +00:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Leosvel Pérez Espinosa
7ae6d48f94
cleanup(angular): ban imports from @nrwl/workspace entry point ( #9341 )
2022-03-15 17:02:57 +00:00
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
Juri
aa1d8b8e3f
docs(misc): adjust Tailwind references to v3
2022-02-05 19:42:37 +01: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
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
Leosvel Pérez Espinosa
b989e8de19
feat(angular): simplify generated tailwind config for v3 ( #8471 )
2022-01-12 11:33:29 +00:00