This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Mar 20, 2019
-
-
Matias Niemelä authored
-
Matias Niemelä authored
PR Close #29407
-
Kapunahele Wong authored
PR Close #28157
-
Rob Gregorius authored
PR Close #29272
-
John Reese authored
PR Close #29370
-
Robert Tyree authored
PR Close #29394
-
- Mar 19, 2019
-
-
George Kalpakas authored
PR Close #29302
-
George Kalpakas authored
PR Close #29302
-
Paul Gschwendtner authored
Recently the bazelrc configuration in the patch branch has been accidentally overwritten. In order to keep patch and master in sync, we need to revert that small change in the patch branch. PR Close #29312
-
Paul Gschwendtner authored
Currently if an Angular library has multiple unnamed module re-exports, NGC will generate incorrect metdata if the project is using the flat-module bundle option. e.g. _public-api.ts_ ```ts export * from '@mypkg/secondary1'; export * from '@mypkg/secondary2'; ``` There are clearly two unnamed re-exports in the `public-api.ts` file. NGC right now accidentally overwrites all previous re-exports with the last one. Resulting in the generated metadata only containing a reference to `@mypkg/secondary2`. This is problematic as it is common for primary library entry-points to have multiple re-exports (e.g. Material re-exporting all public symbols; or flex-layout exporting all public symbols from their secondary entry-points). Currently Angular Material works around this issue by manually creating a metadata file that declares the re-exports from all unnamed re-exports. (see: https://github.com/angular/material2/blob/master/tools/package-tools/build-release.ts#L78-L85) This workaround works fine currently, but is no longer easily integrated when building the package output with Bazel. In order to be able to build such libraries with Bazel (Material/flex-layout), we need to make sure that NGC generates the proper flat-module metadata bundle. PR Close #29360
-
- Mar 16, 2019
-
-
Eduard authored
PR Close #29154
-
zackarychapple authored
PR Close #29247
-
- Mar 15, 2019
-
-
Pete Bacon Darwin authored
PR Close #29316
-
Brandon Roberts authored
PR Close #26530
-
Michael Prentice authored
remove reference to npm remove confusing optional comments and $(yarn bin) with missing / remove reference to protractor commands which don't exist provide yarn commands which don't require gulp installed globally PR Close #29044
-
Jason Aden authored
We have switched to using Github's `Review` feature to request and track if a PR needs review. Therefore this label can be removed. PR Close #29227
-
George Kalpakas authored
PR Close #29276
-
Brandon authored
The instructions lead you to think you run this step before setting up your locale. The command is mentioned further in the guide after setup is complete. Closes #26052 PR Close #29313
-
Brandon authored
Examples are run in production mode and the methods weren't optional. PR Close #28423
-
Sarun Intaralawan authored
PR Close #26361 PR Close #28423
-
Kayce Basques authored
PR Close #26092 PR Close #28423
-
Tomas Veras authored
PR Close #28256 PR Close #28423
-
Stepan Suvorov authored
PR Close #27480 PR Close #28423
-
ericksoen authored
PR Close #27382 PR Close #28423
-
Hamza TEI authored
Change victor savkin's url post on redirects to: http://vsavkin.tumblr.com/post/146722301646/angular-router-empty-paths-componentless-routes PR Close #27256 PR Close #28423
-
Giorgos Bamparopoulos authored
PR Close #26627 PR Close #28423
-
Kapunahele Wong authored
PR Close #26162 PR Close #28423
-
- Mar 14, 2019
-
-
Brandon authored
The URL wasn't be parsed into a UrlTree, so redirecting with a secondary route went to a 404 Closes #28805 PR Close #29267
-
George Kalpakas authored
PR Close #29293
-
Greg Magolan authored
PR Close #29280
-
Paul Gschwendtner authored
Currently the project `bazelrc` file imports a user bazelrc if present. This has been added in order to allow user-specific Bazel configuration settings when working within the Angular project. Since we currently import that user configuration before setting the project-specific settings, it's not possible for developers to overwrite given options (e.g. the `symlink_prefix`). Moving the import to the end of the file solves that problem. PR Close #29279
-
- Mar 13, 2019
-
-
Kara Erickson authored
-
Paul Gschwendtner authored
Recently we moved the Saucelabs job into a cronjob in order to avoid heavy flakiness that we experienced due to a Saucelabs connect bug that has been supposedly fixed by the Saucelabs team (no new version is released yet though). Our initial assumption was that we very rarely hit specific browser failures and can therefore move the Saucelabs tests into a cronjob, but after some days of having the cronjob, we realized that we actually hit browser-specific failures quite often and that we should run the tests for every PR (like before) PR Close #29270
-
Paul Gschwendtner authored
PR Close #29261
-
Paul Gschwendtner authored
PR Close #29261
-
Brandon authored
The tests that need the actuallyDone flag are grouped together PR Close #29256
-
Filipe Silva authored
PR Close #29215
-
Filipe Silva authored
Fix #29199 PR Close #29215
-
WilliamKoza authored
PR Close #29200
-
Riley Littlefield authored
PR Close #29207
-