mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
These tests were registering new components after the application had been bootstrapped, which is not a valid use case for synchronous routes in Angular 1. In particular it was registering the "root" component, which caused the `$rootRouter` to blow up, when it was instantiated, pointing to a root component that did not yet exist. |
||
|---|---|---|
| .. | ||
| lib | ||
| src | ||
| test | ||
| build.js | ||
| index.html | ||
| karma-router.conf.js | ||
| tsd.json | ||