This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Oct 19, 2017
-
-
Tobias Bosch authored
-
Tobias Bosch authored
-
Tobias Bosch authored
-
Tobias Bosch authored
As this is the only version range that we tested against in G3. We will support newer versions of TypeScript soon after the Angular 5 release. Closes #19750 PR Close #19787
-
Alex Rickabaugh authored
PR Close #19773
-
Chuck Jazdzewski authored
References to resources (such as .css files) that are generated into the `outDir` directory outside of `rootDir` would cause a spurious compiler error about not being able to find a files that ends in '.ngstyle.ts'. Also fixed a minor issue in compiler error reporting Fixes: #19765, #19767 PR Close #19770
-
cole-beckwith-sp authored
PR Close #19766
-
Alex Rickabaugh authored
PushEvent.data is not the data object itself, but an instance representing the data in wire format, with methods to synchronously decode it to JSON, ArrayBuffer, etc. NGSW assumes all push data is in JSON format. PR Close #19764
-
Alex Rickabaugh authored
When Cache.put() is called with a Response, it consumes the response. If the Response is used for any other purpose (such as satisfying the original FetchEvent) it must be cloned first. A bug exists in the mocks used for SW tests, where this condition is not validated. The bodies of MockResponses can be utilized repeatedly without erroring in the same way that a real browser would. This bug is fixed by this commit, which causes tests for the freshness strategy of data caching to start failing. The cause of this failure is a second bug in the data caching code, where the Response is not cloned prior to being passed to Cache.put(). This is also fixed. PR Close #19764
-
Shai Reznik authored
Controller should be decorator I believe PR Close #19762
-
Alex Eagle authored
PR Close #19748
-
Matias Niemelä authored
PR Close #19674
-
vsavkin authored
Closes #18983 PR Close #19449
-
Jason Aden authored
PR Close #19345
-
Tobias Bosch authored
PR Close #19784
-
Tobias Bosch authored
Revert "fix(router): RouterLinkActive should update its state right after checking the children (#19449)" This reverts commit c569b752. As it was synched together with 5a9ed2de which broke an internal test.
-
Tobias Bosch authored
This reverts commit 41f57aff. As it was synched together with 5a9ed2de which broke an internal test.
-
Tobias Bosch authored
Revert "fix(animations): always fire inner trigger callbacks even if blocked by parent animations (#19753)" This reverts commit 5a9ed2de. As it broke an internal test.
-
- Oct 18, 2017
-
-
Matias Niemelä authored
Closes #19100 PR Close #19753
-
Matias Niemelä authored
PR Close #19674
-
vsavkin authored
Closes #18983 PR Close #19449
-
Tobias Bosch authored
See #19768 PR Close #19769
-
Tobias Bosch authored
We were missing quite a bit of test coverage, this is the start of recreating it. PR Close #19703
-
Vohmyanin Sergey Vasilevich authored
PR Close #19527
-
Tobias Bosch authored
See #19768
-
Matias Niemelä authored
PR Close #19453
-
Trotyl authored
PR Close #19721
-
Jules Kremer authored
update ac 2017 dates PR Close #19706
-
Peter Bacon Darwin authored
PR Close #19685
-
Kapunahele Wong authored
PR Close #19668
-
Chuck Jazdzewski authored
Fixes: #19485 PR Close #19582
-
- Oct 17, 2017
-
-
Matias Niemelä authored
PR Close #19693
-
Matias Niemelä authored
fix(animations): ensure animateChild() works with all inner leave animations (#19006) (#19532) (#19693) PR Close #19693
-
- Oct 14, 2017
-
-
Vikram Subramanian authored
PR Close #19716
-
Vikram Subramanian authored
This is a local mod that was already applied in G3. PR Close #19717
-
George Kalpakas authored
PR Close #19655
-
George Kalpakas authored
PR Close #19655
-
Peter Bacon Darwin authored
PR Close #19682
-
Peter Bacon Darwin authored
The 404 page will now run a search based on the given URL to offer suggestions for the page that the user really wanted. PR Close #19682
-
Peter Bacon Darwin authored
This will allow it to be used by an embedded component. PR Close #19682
-