mirror of https://github.com/abpframework/abp.git
4 changed files with 7 additions and 5 deletions
@ -0,0 +1,3 @@ |
|||
import { ControlContainer, FormGroupDirective } from "@angular/forms"; |
|||
|
|||
export const EXTENSIBLE_FORM_VIEW_PROVIDER = { provide: ControlContainer, useExisting: FormGroupDirective } |
|||
Loading…
Reference in new issue