Stable Class
Class Overview
class ControlContainer { name : string formDirective : Form path : string[] }
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
Please login to continue.