Victor Savkin
a0d8b27cfa
cleanup(angular): remove unnecessary migration
...
We no longer support ng update, so we don't have to update packages in a migration. This happens automatically.,
2021-01-05 12:24:19 -05:00
mehrad-rafigh
cd21e09357
fix(angular): remove spec file when unitTestRunner is none
2021-01-05 11:13:46 -05:00
James Henry
42b61d0e90
feat(angular): update @angular-eslint to v1
2021-01-05 11:01:33 -05:00
Victor Savkin
e768ad4862
fix(misc): update the schema version for when creating executors
2020-12-22 11:32:22 -05:00
James Hollowell
e63c3d162b
fix(storybook): allow variables in NgModule declarations ( #4318 )
...
ISSUES CLOSED : #4314
2020-12-17 13:19:46 -05:00
Ashley Hunter
aa5dc70a87
fix(angular): fixi ngrx schematic effect type when used with data persistence
2020-12-16 14:14:56 -06:00
Mehrad Rafigh
96f25cec4d
fix(angular): use selected style extension for components
...
ISSUES CLOSED : #4287
2020-12-14 21:02:34 -05:00
Jason Jean
6a073d7450
fix(angular): remove peer dependencies on angular-eslint ( #4266 )
2020-12-11 17:29:37 -05:00
Mehrad Rafigh
b4dd8c6ffb
fix(angular): fix error when creating angular lib with eslint and karma ( #4264 )
...
ISSUES CLOSED : #4256
2020-12-11 17:29:18 -05:00
Jason Jean
f70fa2d78f
fix(angular): scope eslint migration to angular projects ( #4263 )
2020-12-11 16:39:20 -05:00
Victor Savkin
042a51def7
fix(angular): do not generate empty root level tsconfig
2020-12-10 11:33:26 -05:00
Victor Savkin
be1d8adfb7
fix(angular): update angular 11 migrate to use migrate
2020-12-09 11:41:58 -05:00
Brandon Roberts
b32686345a
chore(angular): update schematics for ngrx facades usage
2020-12-09 08:43:30 -05:00
Brandon Roberts
8ef8acc384
docs(angular): update links for generated Angular apps
2020-12-08 20:14:10 -05:00
Jason Jean
f168af12d5
feat(angular): add migrations for angular 11
2020-12-05 13:40:47 -05:00
Juri
e33f035dc4
fix(angular): check whether deps have been built when using incremental build
2020-12-04 14:11:07 -05:00
victor savkin
a24fb961d8
feat(core): format workspace.json based on version field
2020-12-03 20:20:04 -05:00
victor savkin
16cdba4dc9
fix(repo): fix e2e tests
2020-12-02 14:07:53 -05:00
victor savkin
93ebc835dc
docs(misc): clean up api docs
2020-12-02 10:51:43 -05:00
victor savkin
baa8c23d0f
feat(misc): make all generators public
2020-12-02 10:51:43 -05:00
victor savkin
8afc5c5bce
feat(core): make older builders support new config formats
2020-12-01 15:46:00 -05:00
Tasos Bekos
6c1335ac83
feat(core): interpolated outputs & cache coverage folder
2020-12-01 13:49:43 -05:00
Tasos Bekos
1c3b215a9f
cleanup(repo): enable missing dependencies check
2020-12-01 14:25:13 +02:00
Jason Jean
b9791a3108
feat(core): upgrade to angular and angular devkit 11 ( #4095 )
2020-11-30 14:07:27 -05:00
victor savkin
234ca36385
cleanup(misc): clean up devkit
2020-11-26 10:19:13 -05:00
James Henry
bd92a12c33
feat(angular): eslint config including template linting ( #3988 )
...
* feat(angular): eslint config including template linting
* feat(angular): migration add-template-support-and-presets
* feat(angular): add support for component and directive prefix in lint config
* fix(angular): tests
* fix(angular): e2e tests
* fix(angular): update to latest and make updates
* fix(angular): update to latest and make updates
* fix(angular): lockfile
* fix(angular): update to latest and make updates
* fix(angular): bump angular-eslint
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-11-25 13:55:22 -05:00
Jay Bell
090350bb5d
feat(angular): allow for ivy to be enable for buildable libraries ( #4058 )
2020-11-20 13:58:58 -06:00
Juri
db7c3e6bbf
fix(angular): install angular packages when generating a new lib
...
#2652
ISSUES CLOSED : #2652
2020-11-13 15:58:39 -05:00
Juri
1fcea9718b
feat(angular): browser builder with incremental build support
2020-11-12 20:49:38 -05:00
Juri
3d7c230cac
fix(angular): update karma, jasmine & protractor deps
2020-11-12 08:29:50 -05:00
Christian Jensen
da4fe07c47
fix(angular): handle delimited name in NgRx templates ( #3955 )
2020-10-30 10:01:34 -05:00
Juri Strumpflohner
0892fa2b32
feat(angular): improve incremental build speed ( #3854 )
2020-10-30 10:23:34 -04:00
Tasos Bekos
463d2cb9e0
fix(repo): add missing tslib dependency in generated applications ( #3858 )
2020-10-23 17:09:35 -04:00
Guilherme Siquinelli
56203591b6
fix(angular): angular library was not checking to see if an import path exists ( #3888 )
...
loading child paths into an angular library was not checking to see if an import path exists, so it
generated the wrong path.
the unit tests of the angular package are working. I generated a local
release with verdaccio after the correction and generated the right children path.
2020-10-16 17:32:10 -04:00
Jason Jean
6c4aacf212
feat(repo): update to nx 10.3 ( #3840 )
2020-10-02 13:12:34 -04:00
Victor Savkin
c25628a4f6
feat(misc): add linter flag to create-nx-workspace ( #3826 )
...
* feat(misc): add linter flag to create-nx-workspace
* fix(core): prompt linter when preset is angular or angular-nest
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-09-30 12:11:37 -04:00
Brian
3f436fc6d0
feat(core): add flag to set dependant libs in either peerDependencies or dependencies ( #3078 )
...
* feat(core): add flag to set dependant libs in either peerDependencies or dependencies
* fix(core): mark new property as optional
* feat(core): add migration for new option
* Update migrations.json
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2020-09-30 10:36:35 -04:00
James Henry
e22f9370f5
feat(linter): new eslint builder ( #3834 )
...
* feat(linter): new eslint builder
* chore(linter): move migration to linter, add implementation
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-09-29 20:52:10 -04:00
Jason Jean
232fd9f30b
feat(core): update to typescript 4 ( #3814 )
2020-09-29 18:53:22 -04:00
Jason Jean
6885507567
fix(angular): add tsconfig.editor.json to catch misc files" ( #3810 )
2020-09-28 13:23:56 -04:00
Katerina Skroumpelou
5da9e668fd
feat(storybook): add support for Storybook v6
...
Co-authored-by: Katerina Skroumpelou <katerina@fileas.local>
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2020-09-28 15:57:10 +02:00
Webber Wang
9efa305b62
feat(storybook): storybook config projectType application ( #2382 ) ( #3611 )
...
* feat(storybook): storybook config projectType application
* docs(storybook): update auto-generated docs
* feat(storybook): supporting projectType application for storybook
feat(storybook): supporting projectType application for storybook
* fix(storybook): change build asset glob pattern
fix(storybook): change build asset glob pattern
Co-authored-by: Webber Wang <webber@codelabstudios.com>
2020-09-24 17:33:24 +03:00
Jonathan Cammisuli
e6e2dc67aa
feat(testing): add projects into jest config ( #3766 )
...
* feat(testing): add projects into jest config
* chore(testing): update unit tests and fix presets with spreading a default
* chore(testing): fix node e2e
* chore(testing): review comment changes
2020-09-23 02:20:10 -04:00
Mehrad Rafigh
d07ab51b4d
feat(angular): update jest-preset-angular library to v8.3.1
2020-09-15 11:17:03 -04:00
Juri Strumpflohner
929f2f4b9d
fix(angular): properly generate storybook stories across barrel files ( #3662 )
...
Previously stories haven't been generated properly when
barrel files had been used to import
components in
Angular modules
ISSUES CLOSED: 2813
2020-09-15 14:25:11 +03:00
Jo Hanna Pearce
001b6ee8cc
fix(misc): updates the mv schematic to cope with libs created with --importPath
...
ISSUES CLOSED : #3476
2020-09-14 13:36:46 -04:00
Peter B Smith
78576e7c89
fix(angular): replace addAll with setAll in ngrx schematic ( #3699 )
...
Closes #3698
2020-09-09 13:59:46 -05:00
Victor Savkin
2c1d99e066
fix(angular): use @schematics/angular when setting style defaults
2020-09-03 20:49:53 -04:00
Mehrad Rafigh
270433fd35
feat(angular): update NgRx libraries to version 10.0.0 ( #3543 )
...
Fixes : #3542
2020-08-31 13:28:47 -05:00
Mehrad Rafigh
f54935734d
fix(angular): respect useDataPersistence flag when creating ngrx effects ( #3537 )
...
useDataPersistence only worker for the creator syntax. This PR will add the ability to use the
classes syntax without nrwls datapersistence
Closes : #2448
2020-08-26 10:20:40 -05:00