chore: add browserNoRouter test running mode

This commit is contained in:
Misko Hevery
2016-07-29 14:10:20 -07:00
parent c977a906b3
commit 8c8754e573
4 changed files with 29 additions and 22 deletions

View File

@ -13,14 +13,11 @@ import {APP_ID_RANDOM_PROVIDER} from './application_tokens';
import {IterableDiffers, KeyValueDiffers, defaultIterableDiffers, defaultKeyValueDiffers} from './change_detection/change_detection';
import {OptionalMetadata, SkipSelfMetadata} from './di';
import {Compiler} from './linker/compiler';
import {ComponentFactoryResolver} from './linker/component_factory_resolver';
import {ComponentResolver} from './linker/component_resolver';
import {DynamicComponentLoader, DynamicComponentLoader_} from './linker/dynamic_component_loader';
import {ViewUtils} from './linker/view_utils';
import {NgModule} from './metadata';
let __unused: Type; // avoid unused import when Type union types are erased
export function _iterableDiffersFactory() {
return defaultIterableDiffers;
}