-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Description
const controlNameBinding =
CONST_EXPR(new Provider(NgControl, {useExisting: forwardRef(() => NgControlName)}));
@Directive({
selector: '[ngControl]',
bindings: [controlNameBinding],
inputs: ['name: ngControl', 'model: ngModel'],
outputs: ['update: ngModelChange'],
exportAs: 'ngForm'
})
export class NgControlName extends NgControl implements OnChanges,
OnDestroy {
...
bindings: [
{
__symbolic: "reference",
name: "controlNameBinding",
module: "angular2/src/common/forms/directives/ng_control_name"
}
],
is missing the provider of NgControl.
cc @chuckjaz
Metadata
Metadata
Assignees
Labels
No labels