This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Jun 14, 2018
-
-
Miško Hevery authored
-
Miško Hevery authored
-
Vani authored
PR Close #23511
-
Judy Bogart authored
PR Close #23682
-
Fabian Wiles authored
PR Close #24319
-
Fabian Wiles authored
PR Close #24319
-
Fabian Wiles authored
PR Close #24319
-
Brandon Roberts authored
Closes #21525 PR Close #23966
-
vovchik-manko authored
PR Close #24310
-
Ben Lesh authored
NOTE: This does NOT add parsing of namespaced attributes - Adds AttributeMarker for namespaced attributes - Adds test for namespaced attributes - Updates AttributeMarker enum to use CamelCase, and not UPPER_CASE names PR Close #24386
-
Kirankumar Sripati authored
PR Close #24470
-
Kapunahele Wong authored
PR Close #24385
-
Marc Laval authored
PR Close #24346
-
Shaun Grady authored
Closes https://github.com/angular/angular/issues/22081 PR Close #22571
-
Jason Aden authored
Fixes #10981 PR Close #23459
-
Misko Hevery authored
PR Close #24480
-
- Jun 13, 2018
-
-
Alex Eagle authored
this matches the version in ngcontainer:0.3.1 PR Close #24296
-
Alex Eagle authored
Also update usage of the ctx.actions.args to a newer preferred API PR Close #24296
-
George Kalpakas authored
Related to #24295 PR Close #24410
-
Alex Eagle authored
PR Close #24446
-
- Jun 12, 2018
-
-
George Kalpakas authored
Fixes #24095 PR Close #24162
-
George Kalpakas authored
PR Close #24162
-
George Kalpakas authored
PR Close #24162
-
George Kalpakas authored
PR Close #24162
-
Ben Lesh authored
- Adds an element instruction - Reduces size of compiled output slightly PR Close #24379
-
Pawel Kozlowski authored
This PR takes care of all the remaining cases where embedded view definition and insertion points are different. PR Close #24418
-
George Kalpakas authored
PR Close #24372
-
George Kalpakas authored
PR Close #24372
-
- Jun 09, 2018
-
-
Kara Erickson authored
PR Close #24382
-
Matias Niemelä authored
This patch ensures that any destination animation styling (state values) are always applied even if the DOM node is not apart of the DOM. PR Close #24236
-
Victor Berchet authored
PR Close #24351
-
Victor Savkin authored
For documentation, see `RouterModule.scrollPositionRestoration` Fixes #13636 #10929 #7791 #6595 PR Close #20030
-
Matias Niemelä authored
PR Close #23232
-
Ben Lesh authored
- Adds support for ivy creating SVG and MathML elements properly using createElementNS PR Close #24377
-
Victor Berchet authored
PR Close #24381
-
Alex Rickabaugh authored
Previously, the transitive scopes of an NgModuleDef were computed during execution of the @NgModule decorator. This meant that JIT- compiled modules could only import other JIT-compiled modules, as the import mechanism relied on the calculation of transitive scopes to already have happened for the imported module. This change moves computation of transitive scopes to a function `transitiveScopesFor` (and makes it lazy). This opens the door for AOT -> JIT or JIT -> AOT imports, as transitive scopes for AOT modules can be calculated when needed by JIT, and AOT modules can also write expressions that call `transitiveScopesFor` when importing a JIT-compiled module. PR Close #24334
-
Alex Rickabaugh authored
Two new CircleCI environments are created: test_ivy_jit and test_ivy_aot. Both run a subset of the tests that have been marked with Bazel tags as being appropriate for that environment. Once all the tests pass, builds are published to the *-builds repo both for the legacy View Engine compiled code as well as for ivy-jit and ivy-aot. PR Close #24309
-
Michał Gołębiowski-Owczarek authored
This commit includes two changes: 1. It changes the unreliable dynamic way of loading IE polyfills to use `<script nomodule>` instead - for IE it's equivalent to a regular script tag while modern browsers will ignore it. 2. It removes other polyfills for browsers not supporting `Object.assign` as this API is supported by Chrome 45+, Firefox 34+ and Safari 9+ i.e. it's been supported for some time. Note that as of June 2018 Googlebot uses Chrome 41 to render sites to be indexed. Chrome 41 doesn't support `Object.assign` but it also doesn't support ES6 modules so it'll load polyfills meant for IE - which it should do anyway as it doesn't support most of ES6. Fixes #23647 PR Close #24317
-
Pete Bacon Darwin authored
Previously the API list was being generated before the stability had been computed. This meant that the API list page showed no API docs when filtering by `stable` stability status. Closes #24329 PR Close #24356
-
Stephen Fluin authored
PR Close #24357
-