FORM_PROVIDERS top-level constant

List<Type> const FORM_PROVIDERS

Shorthand set of providers used for building Angular forms.

Example

runApp(createMyAppFactory(), [FORM_PROVIDERS]);

Implementation

const List<Type> FORM_PROVIDERS = [RadioControlRegistry];