This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Aug 29, 2018
-
-
Matias Niemelä authored
-
Frederik Schlemmer authored
PR Close #25634
-
Alex Eagle authored
PR Close #25710
-
Miško Hevery authored
PR Close #25702
-
- Aug 28, 2018
-
-
Alex Eagle authored
PR Close #25646
-
Pete Bacon Darwin authored
In an overloaded method, the overload with the function body is the actual method doc, and this doc is not included in the list of "additional" overloads. Moreover, the logic (all in dgeni-packages) is that if none of the items has a body then we use the first overload as the actual method doc. In the case of abstract methods, none of the methods have a body. So we have a situation where the overloads collection does not contain the first abstract method, even though it is not the "implementation" of the method. Therefore we need to still render it. Closes #25610 PR Close #25670
-
Pete Bacon Darwin authored
PR Close #25677
-
Greg Magolan authored
build(bazel): use value of /// <amd-module name=“”> directive to convert fileNameToModuleName in ngc-wrapped (#25650) PR Close #25650
-
- Aug 24, 2018
-
-
Greg Magolan authored
build(bazel): esm5_outputs_aspect to work with targets such as ts_proto_library with no replay_params attribute (#25648) PR Close #25648
-
George Kalpakas authored
PR Close #25600
-
George Kalpakas authored
Fixes #23179 PR Close #23188
-
- Aug 23, 2018
-
-
Matias Niemelä authored
PR Close #25628
-
Greg Magolan authored
build(bazel): remove workaround no longer needed for module names for ngfactory & ngsummary files (#25604) Workaround was added in https://github.com/angular/angular/pull/25335. It was necessary for .ngfactory & .ngsummary files to have proper AMD module names starting with @angular when building angular downstream from source using Bazel. The underlying issue has been resolved in the compiler and these files now get proper AMD module names without the need for this workaround. The workaround had an unexpected consequence https://github.com/angular/angular-cli/issues/11835 which is fixed by its removal. PR Close #25604
-
Jason Aden authored
-
George Kalpakas authored
This is a follow-up to #25536. PR Close #25601
-
- Aug 22, 2018
-
-
Bert Verhelst authored
PR Close #19371
-
Jason Aden authored
Fixes #25145 FW-305 #resolve PR Close #25586
-
- Aug 21, 2018
-
-
Vikram Subramanian authored
This is needed to let ts_compile_actions take explicit list of srcs and deps to generate tsc actions from another rule. This is no-op for ngc for now. PR Close #25558
-
Sergey Koshechkin authored
PR Close #25512
-
Greg Magolan authored
PR Close #25528
-
Greg Magolan authored
PR Close #25528
-
JinBeom Hong authored
PR Close #25543
-
- Aug 18, 2018
-
-
Judy Bogart authored
PR Close #25468
-
Pete Bacon Darwin authored
PR Close #25536
-
Pete Bacon Darwin authored
PR Close #25554
-
Pete Bacon Darwin authored
The server no longer has files uploaded to it. Instead it is more accurate to refer to it as dealing with "previews" of PRs. PR Close #25554
-
Pete Bacon Darwin authored
PR Close #25554
-
Pete Bacon Darwin authored
PR Close #25554
-
Pete Bacon Darwin authored
Previously, Travis pushed the build artitfacts to the preview server. This required us to use JWT to secure the POST request from Travis, to ensure we couldn't receive malicious builds. JWT has been deprecated and we are moving our builds to CircleCI. This commit rewrites the TypeScript part of the preview server that handles converting build artifact into hosted previews of the docs. PR Close #25554
-
Pete Bacon Darwin authored
PR Close #25554
-
Pete Bacon Darwin authored
PR Close #25554
-
Pete Bacon Darwin authored
PR Close #25554
-
Pete Bacon Darwin authored
PR Close #25554
-
Pete Bacon Darwin authored
Now instead of pushing the AIO build artifacts to the preview server from inside a Travis job, the artifacts are built and hosted on the CircleCI infrastructure. The preview server will then pull these down after being triggered by a CircleCI build webhook. PR Close #25554
-
Pete Bacon Darwin authored
PR Close #25554
-
- Aug 17, 2018
-
-
Ana María Martínez Gómez authored
To be able to copy and paste. PR Close #24854
-
Brandon Roberts authored
PR Close #25417
-
- Aug 16, 2018
-
- Aug 15, 2018
-
-
Alan Agius authored
At the moment `cacheAge` can we undefined when having `Cache-Control` set to `no-cache` due the mapping method in `needToRevalidate` Closes #25442 PR Close #25408
-
Kieran Whiteman authored
Link to life-cycle hooks was spelt as "life-cycle hoooks". PR Close #25377
-