feat(forms): make NgControl -> NgValueAccessor dependency unidirectional

Closes #4421
This commit is contained in:
vsavkin
2015-09-30 17:52:33 -07:00
committed by Victor Savkin
parent 7b2d8fce07
commit 00a4b2e28f
15 changed files with 180 additions and 64 deletions

View File

@ -105,3 +105,7 @@ export class SpyRenderEventDispatcher extends SpyObject {
this.spy('dispatchRenderEvent');
}
}
export class SpyNgControl extends SpyObject {}
export class SpyValueAccessor extends SpyObject {}