2017-06-13 17:49:13 -04:00
|
|
|
## PR Checklist
|
2017-07-11 14:46:57 -04:00
|
|
|
Please check if your PR fulfills the following requirements:
|
2017-06-13 17:49:13 -04:00
|
|
|
|
2016-09-08 16:54:30 -04:00
|
|
|
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
|
2016-03-03 00:23:47 -05:00
|
|
|
- [ ] Tests for the changes have been added (for bug fixes / features)
|
|
|
|
- [ ] Docs have been added / updated (for bug fixes / features)
|
|
|
|
|
|
|
|
|
2017-06-13 17:49:13 -04:00
|
|
|
## PR Type
|
|
|
|
What kind of change does this PR introduce?
|
|
|
|
|
|
|
|
<!-- Please check the one that applies to this PR using "x". -->
|
2018-10-17 10:17:03 -04:00
|
|
|
|
|
|
|
- [ ] Bugfix
|
|
|
|
- [ ] Feature
|
|
|
|
- [ ] Code style update (formatting, local variables)
|
|
|
|
- [ ] Refactoring (no functional changes, no api changes)
|
|
|
|
- [ ] Build related changes
|
|
|
|
- [ ] CI related changes
|
|
|
|
- [ ] Documentation content changes
|
|
|
|
- [ ] angular.io application / infrastructure changes
|
|
|
|
- [ ] Other... Please describe:
|
|
|
|
|
2016-03-03 00:23:47 -05:00
|
|
|
|
2017-06-13 17:49:13 -04:00
|
|
|
## What is the current behavior?
|
|
|
|
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
|
2016-03-03 00:23:47 -05:00
|
|
|
|
2017-06-13 17:49:13 -04:00
|
|
|
Issue Number: N/A
|
2016-03-03 00:23:47 -05:00
|
|
|
|
|
|
|
|
2017-06-13 17:49:13 -04:00
|
|
|
## What is the new behavior?
|
2016-03-03 00:23:47 -05:00
|
|
|
|
|
|
|
|
2017-06-13 17:49:13 -04:00
|
|
|
## Does this PR introduce a breaking change?
|
2018-10-17 10:17:03 -04:00
|
|
|
|
|
|
|
- [ ] Yes
|
|
|
|
- [ ] No
|
|
|
|
|
2016-03-03 00:23:47 -05:00
|
|
|
|
2017-06-13 17:49:13 -04:00
|
|
|
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
|
2016-03-03 00:23:47 -05:00
|
|
|
|
|
|
|
|
2017-06-13 17:49:13 -04:00
|
|
|
## Other information
|