mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Internally, g3 code still uses the `loadChildren: string` syntax. We need to continue to provide this functionality with an internal patch. This change makes that patch easier by only touching stub files that support the `loadChildren: string` (other than `router_config_loader`). PR Close #43660
10 lines
326 B
TypeScript
10 lines
326 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
// This file exists to easily patch the SpyNgModuleFactoryLoader into g3
|
|
export const EXTRA_ROUTER_TESTING_PROVIDERS = [];
|