You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
[ ] Other... Please describe:
Current behavior
In documentation for AOT options for preserveWhitespaces is stated As of v6, this option is false by default, which results in smaller emitted template factory, but in angular update guide on http://update.angular.io is stated Choose a value of off preserveWhitespaces in your tsconfig.json to gain the benefits of this setting while the default is still to preserve whitespace.
Which one is true?
Expected behavior
It should be same.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
Angular version: 6.0.1
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
It's a problem of Angular update guide application, the recommendations are just summary of matches from the start version to end version, there's no smart filter to ignore some of them.
I'm submitting a...
Current behavior
In documentation for AOT options for
preserveWhitespaces
is stated As of v6, this option is false by default, which results in smaller emitted template factory, but in angular update guide on http://update.angular.io is stated Choose a value of off preserveWhitespaces in your tsconfig.json to gain the benefits of this setting while the default is still to preserve whitespace.Which one is true?
Expected behavior
It should be same.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: