One framework. Mobile & desktop.
Clone or download
ocombe and matsko feat(ivy): improve stacktrace for `R3Injector` errors (#28207)
Improve the stacktrace for `R3Injector` errors by adding the source component (or module) that tried to inject the missing provider, as well as the name of the injector which triggered the error (`R3Injector`).

e.g.:
```
R3InjectorError(SomeModule)[car -> SportsCar]:
    NullInjectorError: No provider for SportsCar!
```

FW-807 #resolve
FW-875 #resolve

PR Close #28207
Latest commit 728fe69 Jan 18, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.buildkite revert: "ci: use image based cache for windows BuildKite (#27990)" (#… Jan 18, 2019
.circleci build: fix circleci not restoring cache for PRs (#28480) Feb 4, 2019
.github ci: add mgechev to tools & tools-bazel codeowners (#28384) Feb 4, 2019
.vscode build: update vscode settings to support clang-format (#28348) Jan 25, 2019
aio docs: fix shadow variable in tutorial example (#28499) Feb 4, 2019
docs build: `gulp format` only changed lines by default (#28411) Feb 4, 2019
integration ci: pin ChromeDriver to a version compatible with docker image's Chro… Feb 2, 2019
modules build: fix routing playground example using external resource (#28490) Feb 4, 2019
packages feat(ivy): improve stacktrace for `R3Injector` errors (#28207) Feb 5, 2019
scripts build: run angular/material2 unit tests on ci (#28197) Feb 1, 2019
third_party build: fix routing playground example using external resource (#28490) Feb 4, 2019
tools fix(core): remove createInjector() from public API (#28509) Feb 4, 2019
.bazelignore build: add aio/tools/examples/shared/node_modules to .bazelignore (#2… Nov 27, 2018
.bazelrc build(bazel): update to bazel 0.22.0 and turn on --incompatible_stric… Jan 28, 2019
.clang-format feat(tooling): Add a .clang-format for automated JavaScript formatting. Apr 2, 2015
.editorconfig build: use https link to editorconfig.org in .editorconfig (#27664) Dec 18, 2018
.gitattributes chore: force lf EOL for ts files (#11143) Aug 29, 2016
.gitignore build: update and unify gitignore (#28316) Jan 23, 2019
.mailmap build: add a Git .mailmap with my new name (#19550) Oct 9, 2017
.nvmrc build: update .nvmrc file to correct node version (#25992) Sep 18, 2018
BUILD.bazel build: load angular.js minified output in upgrade tests (#27711) Dec 18, 2018
CHANGELOG.md release: cut the v8.0.0-beta.2 release Jan 30, 2019
CODE_OF_CONDUCT.md docs: fix community tab in GitHub by copying CoC Feb 28, 2018
CONTRIBUTING.md build: remove travisci leftovers (#27979) Jan 9, 2019
LICENSE build: bump year (#27880) Jan 11, 2019
README.md docs: remove Travis status from README (#27973) Jan 8, 2019
WORKSPACE build(bazel): update to bazel 0.22.0 and turn on --incompatible_stric… Jan 28, 2019
browser-providers.conf.js build: remove travisci leftovers (#27979) Jan 9, 2019
gulpfile.js build: `gulp format` only changed lines by default (#28411) Feb 4, 2019
index.bzl style: format .bzl files with buildifier (#23544) Aug 8, 2018
karma-js.conf.js ci: move local and saucelabs unit tests to circle (#27937) Jan 7, 2019
package.json build: switch playground examples to bazel (#28490) Feb 4, 2019
protractor-e2e.conf.js build: re-enable disabled e2e tests (#27979) Jan 9, 2019
protractor-perf.conf.js build: remove travisci leftovers (#27979) Jan 9, 2019
shims_for_IE.js Revert "refactor: add license header to JS files & format files (#12035 Oct 4, 2016
test-events.js fix(platform-browser): run BLACK_LISTED_EVENTS outside of ngZone (#18993 Sep 5, 2017
test-main.js refactor(core): remove withBody from public testing API (#25171) Jul 31, 2018
tslint.json style: tslint enforces no debugger statements left behind (#25532) Aug 16, 2018
yarn.lock feat(compiler-cli): expose ngtsc as a TscPlugin (#28435) Jan 30, 2019
yarn.lock.readme.md build: remove travisci leftovers (#27979) Jan 9, 2019

README.md