mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently downgraded ng2 elements fail inside a ui-router view because they are unable to require an ng2 Injector via the require attribute of the DDO, because ui-router compiles its templates before they are inserted in a ui-view. This adds a "fallback" behavior if a parent injector cannot be found to go to the root ng2 Injector. |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| index.ts | ||
| package.json | ||
| rollup.config.js | ||
| tsconfig-es5.json | ||
| tsconfig-es2015.json | ||
| upgrade.ts | ||