feat(@angular/cli): inline style and templates in defaults#6571
feat(@angular/cli): inline style and templates in defaults#6571gioragutt wants to merge 4 commits intoangular:masterfrom
Conversation
c93151b to
478184e
Compare
|
@hansl look at this travis log, can the build be broken on master? |
d822afa to
5741bd7
Compare
sumitarora
left a comment
There was a problem hiding this comment.
Please update the docs as well new.md
|
@sumitarora will do. Currently in France and my laptop charger won't fit the plugs, is it possible to update the branch from the mobile website? |
5741bd7 to
7d8b7f7
Compare
|
@sumitarora I've updated the docs. Notice that I have another PR, #6480, where I update the Also notice #6570, @Brocco made a suggestion regarding this PR, I believe It should be taken into consideration. |
* `inlineStyle` and `inlineTemplate` are now generated in `.angular-cli.json`. * default stays `false` for both, but if `ng new [name]` is specified with `-is` or `-it`, those will be stored as `true` in `.angular-cli.json` respectively * added unit tests and e2e test
…g --inline-template * note: this error already came up in angular#6538, so I'm just fixing the title so that the PR would not cause any merge-conflicts
7d8b7f7 to
4688054
Compare
|
@sumitarora @Brocco i've updated the PR according to @Brocco 's suggestion in #6570 regarding |
* instead of `-is` and `-it` setting the defaults, alternative `-all` flag were added to instead set the defaults, whereas it is decided that the existing will stay unchanged and will only affect `AppComponent` * added respective unit tests and e2e test * added respective docs * general styling fixes (vscode format document)
4688054 to
a8cba1c
Compare
|
@Brocco can I get a review on this? |
|
@Brocco @sumitarora @filipesilva this is idle for quite some time, could you guys review this so this gets merged? |
|
@Brocco can you have a look? |
|
Closing every Blueprints related issue and PR. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
inlineStyleandinlineTemplateare now generated in.angular-cli.json.falsefor both, but ifng new [name]is specified with-isor-it, those will be stored astruein.angular-cli.jsonrespectivelyfixes #6570