2015-09-14 15:59:09 -07: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 10:33:23 -07:00
|
|
|
export var TEST_BINDINGS = [bind(ElementSchemaRegistry).toValue(new MockSchemaRegistry({}, {}))];
|