This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Oct 11, 2018
-
-
Jason Aden authored
-
Jason Aden authored
This reverts commit 912f3d18. Revert is needed due to compilation failures due to this PR inside Google.
-
Jason Bedard authored
Fixes #26208 PR Close #26209
-
Jason Aden authored
-
- Oct 10, 2018
-
-
Andrew Kushnir authored
PR Close #26324
-
Andrew Kushnir authored
fix(ivy): local refs in View and Content Queries should be pulled out into consts in generated code (#26240) PR Close #26240
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
Revers Jasmine version back to ~2.99.1 PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
This reverts commit 621d82a44c9d46f69f3296b302984f5949b8dee8. PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Brandon Roberts authored
PR Close #25892
-
Wei Lun authored
changed function name `errorHandle()` to `handleError()` PR Close #26261
-
Ashish Patel authored
PR Close #26266
-
Andrew Kushnir authored
PR Close #26305
-
Andrew Kushnir authored
PR Close #26314 PR Close #26314
-
Kara Erickson authored
PR Close #26316
-
Kara Erickson authored
PR Close #26316
-
Alex Rickabaugh authored
The 'animations' field of @Component metadata should be copied directly into the ngComponentDef for that component and should not pass through static resolution. Previously the animations array was statically resolved and then the values were translated back when generating ngComponentDef. PR Close #26322
-
- Oct 09, 2018
-
-
Jason Aden authored
This reverts commit 5a31bde6.
-
Pete Bacon Darwin authored
PR Close #26236
-
Pete Bacon Darwin authored
PR Close #26236
-
Pete Bacon Darwin authored
PR Close #26236
-
Pete Bacon Darwin authored
PR Close #26236
-
Pete Bacon Darwin authored
Previously we only removed assignments to `Class.decorators = [];` if the array was not empty. Now we also remove calls to `__decorate([])`, similarly. PR Close #26236
-
Pete Bacon Darwin authored
Previously, classes that were declared via variable declarations, rather than class declarations, were being excluded from the parsed classes. PR Close #26236
-
Pete Bacon Darwin authored
The most recent Angular distributions have begun to use __decorate instead of Class.decorators. This prevents `ngcc` from recognizing the classes and then fails to perform the transform to ivy format. Example: ``` var ApplicationModule = /** @class */ (function () { // Inject ApplicationRef to make it eager... function ApplicationModule(appRef) { } ApplicationModule = __decorate([ NgModule({ providers: APPLICATION_MODULE_PROVIDERS }), __metadata("design:paramtypes", [ApplicationRef]) ], ApplicationModule); return ApplicationModule; }()); ``` Now `ngcc` recognizes `__decorate([...])` declarations and performs its transform. See FW-379 PR Close #26236
-
Pete Bacon Darwin authored
In some formats variables are declared as `var` or `let` and only assigned a value later in the code. The ngtsc resolver still needs to be able to resolve this value, so the host now provides a `host.getVariableValue(declaration)` method that can do this resolution based on the format. The hosts make some assumptions about the layout of the code, so they may only work in the constrained scenarios that ngcc expects. PR Close #26236
-
George Kalpakas authored
PR Close #26202
-
George Kalpakas authored
This is necessary to avoid webpack/webpack#8082, when installing dependencies without taking the lockfile into account (e.g. with `yarn aio-use-local` - locally or on CI). PR Close #26202
-
George Kalpakas authored
PR Close #26202
-
George Kalpakas authored
PR Close #26202
-
George Kalpakas authored
This was accidentally merged with 4d506acb and 87f60bcc. The build script is called in `scripts/ci/build.sh` (if necessary). PR Close #26202
-
siddhant authored
PR Close #26238
-