A list of all the form directives used as part of a @Component
annotation.
This is a shorthand for importing them each individually.
Example
@Component(
selector: 'my-app',
directives: const [FORM_DIRECTIVES]
)
class MyApp {}
A list of all the form directives used as part of a @Component
annotation.
This is a shorthand for importing them each individually.
@Component(
selector: 'my-app',
directives: const [FORM_DIRECTIVES]
)
class MyApp {}