Go to file
Paul Gschwendtner 164d160b22 refactor(core): static-query migrations fails if options cannot be transformed (#30178)
Currently the `static-query` migrations fails at the final step of
updating a query when the query already specifies options which
cannot be transformed easily. e.g. the options are computed through
a function call: `@ViewChild(..., getQueryOpts());` or `@ViewChild(..., myOptionsVar)`.

In these cases we technically could add additionally logic to update
the query options, but given that this is an edge-case and it's
potentially over-engineering the migration schematic, we just
always add a TODO for the timing and print out the determined
query timing in the console. The developer in that case just needs
to manually update the logic for the query options to contain the
printed query timing.

Potentially related to: https://github.com/angular/angular-cli/issues/14298

PR Close #30178
2019-04-29 13:30:37 -07:00
.buildkite
.circleci docs: temporary disable aio_monitoring job due to a version skew (#30161) 2019-04-26 17:38:59 -07:00
.codefresh ci: enable language service tests in codefresh (#30113) 2019-04-26 16:34:23 -07:00
.github ci: enable github bot CI rerun feature (#29098) 2019-04-26 10:45:12 -07:00
.vscode build: make VSCode settings opt-in (#29504) 2019-03-29 10:26:55 -07:00
aio docs: add in-page nav, change title to match left nav better (#30093) 2019-04-29 13:23:14 -07:00
docs refactor(ivy): use ɵɵ instead of Δ for now (#29850) 2019-04-11 16:27:56 -07:00
integration test(language-service): Load language service from tsconfig (#30153) 2019-04-29 13:28:18 -07:00
modules Revert "refactor: use new Http library in playground (#29355)" 2019-04-26 16:49:50 -07:00
packages refactor(core): static-query migrations fails if options cannot be transformed (#30178) 2019-04-29 13:30:37 -07:00
scripts refactor: improve merge script formatting (#29991) 2019-04-19 14:33:30 -07:00
third_party
tools build: add size-tracking bazel test (#30070) 2019-04-29 12:29:25 -07:00
.bazelignore build: ignore packages/bazel/node_modules (#29738) 2019-04-08 09:48:08 -07:00
.bazelrc build: Remove --watchfs from bazelrc file (#29635) 2019-04-01 14:57:30 -07:00
.clang-format
.editorconfig
.gitattributes test: fix ts api guardian and public guard tests on windows (#30105) 2019-04-26 16:32:22 -07:00
.gitignore build: make VSCode settings opt-in (#29504) 2019-03-29 10:26:55 -07:00
.mailmap
.nvmrc
BUILD.bazel build: Remove cc_binary dependency on brotli (#29912) 2019-04-17 17:20:16 -07:00
CHANGELOG.md docs: release notes for the v8.0.0-rc.2 release 2019-04-29 12:25:07 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
WORKSPACE fix(bazel): transitive npm deps in ng_module (#30065) 2019-04-25 14:42:02 -07:00
browser-providers.conf.js
gulpfile.js
karma-js.conf.js
package.json build: upgrade yargs package to 13.1.0 (#29722) 2019-04-26 16:29:29 -07:00
protractor-perf.conf.js
renovate.json
shims_for_IE.js
test-events.js
test-main.js build: add render3 entry-point to legacy test systemjs config (#29675) 2019-04-04 10:52:11 -07:00
tslint.json
yarn.lock build: upgrade yargs package to 13.1.0 (#29722) 2019-04-26 16:29:29 -07:00
yarn.lock.readme.md

README.md

CircleCI BrowserStack Status Join the chat at https://gitter.im/angular/angular npm version

Angular

Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.

Quickstart

Get started in 5 minutes.

Changelog

Learn about the latest improvements.

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.