ControlContainer

Stable Class

Class Overview

class ControlContainer {
  name : string
  formDirective : Form
  path : string[]
}

Class Description

A directive that contains multiple NgControls.

Only used by the forms module.

Class Details

name : string
formDirective : Form

Get the form to which this container belongs.

path : string[]

Get the path to this container.

exported from @angular/forms/index, defined in @angular/forms/src/directives/control_container.ts

doc_Angular
2016-10-06 09:46:23
Comments
Leave a Comment

Please login to continue.