Textarea
Angular Components
ClrSelect
Selector & Basic Usage
Bindings
Binding | Type | Options | Default | Description |
---|---|---|---|---|
[(ngModel)] | two-way | model.property | 0 | From the Angular forms API. |
[formControlName] | input | any | n/a | From the Angular forms API. |
[disabled] | input | true, false | null | From the Angular forms API. |
[name] | input | Valid HTML name | null | From the Angular forms API. |
[validator] | input | ValidatorFn | From the Angular forms API. |