Dan Smith
f095647013
fix(angular): allow creating an app named 'app' or lib named 'lib'
...
Currently when trying to create an app named 'app' or a lib named 'lib', the schematics inject the
'projectType' as 'apps/application' or lib as 'libs/library', breaking the Angular build.
fix #1844
2019-11-11 13:17:40 -05:00
Brandon Roberts
14a1963475
fix(nx): update TypeScript app configuration for Ivy support
2019-10-15 15:27:43 -04:00
Brandon Roberts
0491ccc5b2
feat(nx): update to Angular 8.2, Devkit 8.3, and NgRx 8.3
...
Incorporates fix from https://github.com/angular/angular-cli/pull/15041
which changed the behavior of registering schematic defaults
2019-09-07 16:28:07 -04:00
mehrad-rafigh
5ada9dd394
feat(angular): add backendProject flag to angular app generation schematics
...
--backend-project now accepts a string, which should be the name of a node/nest app and creates a
proxy.conf.json
closes #1288
2019-09-02 13:15:28 -04:00
ben
a83f47abf3
feat(frontend): update home screens
2019-08-29 16:47:02 -04:00
mehrad-rafigh
6d6cbf8b0f
fix(nx): use correct schematic for angular components
...
Fixes #1617
2019-07-27 14:36:40 -04:00
Victor Savkin
2b646f8eb4
feat(nx): standalone version of nx
2019-07-24 10:27:47 -04:00
Jason Jean
2f27cc2156
feat(nx): exclude files from outside the project root when linting
2019-06-15 19:10:41 -04:00
Jason Jean
87e4491032
fix(frontend): remove e2e target from original angular generated app
2019-05-23 14:49:02 -04:00
Victor Savkin
f007ca9d17
fix(nx): make distribution ivy-friendly
2019-05-21 11:51:40 -04:00
Jason Jean
b6170bdb17
feat(nx): update angular to v8 ( #1334 )
...
feat(nx): update angular to v8
2019-05-10 12:09:47 -04:00
Victor Savkin
90c2d45686
cleanup(nx): clean up schematics to only depend on non-framework specific packages
2019-05-02 11:43:47 -04:00
Victor Savkin
b5f1966ca5
refactor(nx): extract workspace creation into @nrwl/workspace
2019-04-21 09:46:21 -04:00
Jason Jean
9bbb69d40f
refactor(frontend): refactor angular to @nrwl/angular
2019-04-18 15:25:06 -04:00