This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Jan 31, 2019
-
-
Jason Aden authored
-
- Jan 30, 2019
-
-
Jeff Cross authored
PR Close #28432
-
jithil-kore authored
PR Close #28328
-
Matti Järvinen authored
PR Close #28312
-
Nazar Nasirzada authored
## PR Checklist Please check if your PR fulfills the following requirements: * [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit * [ ] Tests for the changes have been added (for bug fixes / features) * [x] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? * [ ] Bugfix * [ ] Feature * [ ] Code style update (formatting, local variables) * [ ] Refactoring (no functional changes, no api changes) * [ ] Build related changes * [ ] CI related changes * [x] Documentation content changes * [ ] angular.io application / infrastructure changes * [ ] Other... Please describe: ## What is the current behavior? Issue Number: N/A ## What is the new behavior? ## Does this PR introduce a breaking change? * [ ] Yes * [x] No ## Other information PR Close #28206
-
Janghyun Han authored
PR Close #28113
-
Erick Xavier authored
Adds the information that the templateUrl and styleUrls options supports only relative Urls. Adds more information about relative paths and absolute URLs in project metadata. PR Close #27962
-
onlyflix authored
PR Close #27266
-
Jason Aden authored
This reverts commit ef78e335. PR Close #28438
-
Jason Aden authored
This reverts commit 351610ca. PR Close #28438
-
jithil-kore authored
PR Close #28334
-
jithil-kore authored
PR Close #28360
-
WilliamKoza authored
Currently, when we navigate in the `CLI COMMANDS` section, the "hamburger button" isn't present because the class css `folder-cli` is missing. This PR add this class in order to show this button when we are in this section. PR Close #28418
-
- Jan 29, 2019
-
-
Alan Agius authored
In the CLI when it's undefined it can mean `false`, or sometimes it will be overwritten by a runtime value. PR Close #27024
-
Dhananjay Kumar authored
docs: add ng-India to events list PR Close #28119
-
Paul Gschwendtner authored
* Improves the `compiler-cli/integrationtest` codegen output test slightly by using a more clear test description and by adding an assertion that ensures that decorators are downleveled. PR Close #28191
-
Paul Gschwendtner authored
* Fixes that the test logic for `ngtools` in the offline compiler test is no longer working due to being unmaintained for a long time * Makes the path comparison logic platform agnostic, so that the tests can be also executed on Windows PR Close #28191
-
Paul Gschwendtner authored
PR Close #28191
-
Paul Gschwendtner authored
PR Close #28191
-
Keen Yee Liau authored
Add .sass files to the integration test for bazel-schematics. Also addressed Alex's comment in https://github.com/angular/angular/pull/28167/files#r248149866 about the unit tests being too brittle. PR Close #28297
-
Paul Gschwendtner authored
PR Close #28402
-
Paul Gschwendtner authored
* No longer builds the example e2e tests using "tsc". The examples are now built with Bazel and can therefore be built with Ivy by using the `--define=compile=aot` switch. * No longer runs the example e2e tests using the protractor CLI. example e2e tests are executed with the Bazel protractor rule and can therefore run incrementally. NOTE: Unit tests found within the examples are still running within the legacy jobs. PR Close #28402
-
Keen Yee Liau authored
Builder for `@angular/bazel` schematics should not expect bazel/ibazel to be on the PATH. It should instead invoke the local executable installed by yarn/npm. PR Close #28303
-
Keen Yee Liau authored
Users should be able to add Bazel workspace to an existing project. The current approach assumes that the schematics is working on the same tree as that of ng-new, which includes the top-level directory. Instead, the schematic should work on the tree rooted at `appRoot` to enable Bazel files to be added to existing project. This change uses the newly implemented ScopedTree https://github.com/angular/angular-cli/commit/a0ac4b0e3dd60c75e1edafd6bb8cced47d10a8d3 to achieve this. NOTE: The version of `@angular-devkit/schematics` that is installed is used to run the `@angular/bazel` schematic. Even if a different version is used in the schematic itself, it has no effect. Therefore, the *latest* Angular CLI should be used to generate the files. As of this commit, the latest version is @angular/cli@7.3.0-rc.0 PR Close #28349
-
Paul Gschwendtner authored
PR Close #28378
-
Keen Yee Liau authored
yarn install was disabled in ng-new for Bazel schematics because Bazel manages its own node_modules dependencies and therefore there is no need to install dependencies twice. However, the first yarn install is needed for `ng` commands to work, most notably `ng build`. This commit restores the original behavior. PR Close #28381
-
WilliamKoza authored
PR Close #28389
-
Greg Magolan authored
PR Close #28404
-
- Jan 26, 2019
-
-
Alex Eagle authored
PR Close #28051 PR Close #28241
-
George Kalpakas authored
Occasionally, external URLs take even longer than the previously set 60s to load, which causes CI flakes. PR Close #28290
-
George Kalpakas authored
This ensures that the SW is cleaned up, even in cases where synchronization is disabled (and thus the clean-up inside `goTo()` happens without waiting for Angular). PR Close #28290
-
George Kalpakas authored
This increases the chances that the clean-up will take place _after_ the SW has been registered. PR Close #28290
-
George Kalpakas authored
For asynchronous callbacks, this can be done either by calling `done.fail()` or by returning the promise directly (without requesting a `done` callback). (Using the latter, because it is shorter.) PR Close #28290
-
Keen Yee Liau authored
PR Close #28351
-
Greg Magolan authored
PR Close #28358
-
Jason Aden authored
The value here is unimportant on initialization since it's not looked at until the second navigation. However, sometimes in testing the `Location` service is mocked out, or the Router constructor manually called. Assuming `Location` exists in the constructor leads to test failures in `google3` therefore we initialize to a value that will not cause errors. PR Close #28376
-
- Jan 25, 2019
-
-
Judy Bogart authored
PR Close #27376 PR Close #28344
-
Judy Bogart authored
PR Close #27377 PR Close #28344
-
Judy Bogart authored
PR Close #28344
-
WilliamKoza authored
PR Close #28293
-