2015-09-14 18:59:09 -04:00
|
|
|
import {bind, Binding} from 'angular2/src/core/di';
|
|
|
|
import {MockSchemaRegistry} from './schema_registry_mock';
|
|
|
|
import {ElementSchemaRegistry} from 'angular2/src/core/render/dom/schema/element_schema_registry';
|
|
|
|
|
2015-09-18 13:33:23 -04:00
|
|
|
export var TEST_BINDINGS = [bind(ElementSchemaRegistry).toValue(new MockSchemaRegistry({}, {}))];
|