Alan Agius
ac23dc0913
fix(@schematics/angular): tsconfig with comments breaks universal schematic
...
Fixes #14371
2019-05-09 10:09:21 -07:00
Alan Agius
a464c001c3
fix(@schematics/angular): fix paths when newProjectRoot
is an empty string
...
When `newProjectRoot` the paths are prefixed with an `/` example `/project-name/tsconfig.lib.json` which results in these being marked as absolute paths, which causes build failures.
Fixes #14108
2019-04-22 16:17:39 -07:00
Charles Lyding
e075edf8b4
refactor(@schematics/angular): update universal to use new workspace rules
2019-04-15 11:02:46 -07:00
Alan Agius
64c993aebb
feat(@schematics/angular): stop adding @angular/http
dependency when running universal schematic
...
`@angular/platform-server` is no longer dependent on
`@angular/http`
More info: https://github.com/angular/angular/commit/9745f55
2019-04-04 09:27:35 -07:00
Alan
a7d095d916
feat(@schematics/angular): change layout for root applications
...
This change aligns the file layout of applications generated with `ng new` and `ng generate`
Ref: TOOL-686
2019-03-06 11:28:26 -08:00
Alex Eagle
bf1c069f73
refactor(@schematics/angular): drop dependency on TypeScript package
...
instead, vendor in the two files we actually need.
This reduces our install footprint by 5MB
2019-03-06 11:27:48 -08:00
Alan Agius
36eba0c9fc
refactor: use .template
suffix for all schematic files
...
Currently when using `ivy-ngcc` it will print out a warning
```
Failed to read entry point info from //node_modules/@schematics/angular/workspace/files/package.json with error SyntaxError: Unexpected token < in JSON at position 1121.
```
Fixes #13378
2019-01-16 10:29:56 -08:00
Moritz Benzenhöfer
506401264b
fix(@schematics/angular): fix syntax error in main.ts after generating universal
...
Add missing curly brace for application boostrap wrapper and test
Fixes #13392
2019-01-11 14:07:25 -08:00
Alan
a875b61b71
fix(@schematics/angular): wrapping bootstrap code in a DOMContentLoaded in variable declaration
...
Fixes #13042
2018-12-26 12:29:41 -08:00
Alan Agius
17ba2bc450
fix(@schematics/angular): set optimization
and sourceMap
in universal production config
...
- When using Universal sourceMaps should not be enabled or at least `styles` sourceMaps should be disabled as these will otherwise be inlined and will be set as apart of the server side rendered page.
- While there is no benefit to optimize the scripts at server level, styles should always be minified so that the server side rendered page is smaller.
Fixes #12541 and Fixes #12940
2018-12-14 10:54:30 -08:00
Suguru Inatomi
3cd6a33bd2
feat(@schematics/angular): add @angular/http as a dependency in universal
2018-10-15 14:34:49 -07:00
Alan Agius
82f2bda2f5
refactor(@schematics/angular): make interaction with architect targets type safe
2018-09-12 12:37:24 -07:00
Bram Borggreve
a94c826661
feat(@schematics/angular): let Universal schematic use configurations from build architect
2018-09-06 08:45:22 -07:00
Charles Lyding
d202480a17
build: update/cleanup tslint rules & fix errors
2018-08-23 11:35:34 -07:00
Filipe Silva
38fda3ea60
fix(@schematics/angular): support updating projects that use the targets property
2018-07-25 20:17:33 +01:00
Mike Brocchi
d3b49a5590
refactor: Consolidate adding dependencies
2018-06-08 19:59:53 +01:00
Hans Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00