UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
form-field-custom-control
/
form-field-custom-control-example.html
8 lines
(7 loc)
•
271 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
div
[
formGroup
]=
"parts"
>
<
input
class
=
"area"
formControlName
=
"area"
size
=
"3"
>
<
span
>
–
</
span
>
<
input
class
=
"exchange"
formControlName
=
"exchange"
size
=
"3"
>
<
span
>
–
</
span
>
<
input
class
=
"subscriber"
formControlName
=
"subscriber"
size
=
"4"
>
</
div
>