mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Now that `Route.loadChildren` no longer accepts a string, there is no need for tooling to find all string-based `loadChildren` to setup lazy imports for them. As a result, the `listLazyRoutes` operation that enumerates all string-based `loadChildren` occurrences is no longer needed and is therefore removed from the compiler. The `listLazyRoutes` API remains on the `Program` interface to avoid breaking external tools that may be using this method, but those tools should ultimately move away from using this API. PR Close #43591 |
||
|---|---|---|
| .. | ||
| all_spec.ts | ||
| animate_spec.ts | ||
| basic_spec.ts | ||
| entry_components_spec.ts | ||
| forward_ref_spec.ts | ||
| i18n_spec.ts | ||
| init.ts | ||
| jit_summaries_spec.ts | ||
| ng_module_spec.ts | ||
| projection_spec.ts | ||
| query_spec.ts | ||
| source_map_spec.ts | ||
| util.ts | ||