Project

General

Profile

1
/**
2
 * @license
3
 * Copyright Google Inc. All Rights Reserved.
4
 *
5
 * Use of this source code is governed by an MIT-style license that can be
6
 * found in the LICENSE file at https://angular.io/license
7
 */
8
import { Type } from '@angular/core';
9
export { CheckboxControlValueAccessor } from './directives/checkbox_value_accessor';
10
export { ControlValueAccessor } from './directives/control_value_accessor';
11
export { DefaultValueAccessor } from './directives/default_value_accessor';
12
export { NgControl } from './directives/ng_control';
13
export { NgControlStatus, NgControlStatusGroup } from './directives/ng_control_status';
14
export { NgForm } from './directives/ng_form';
15
export { NgModel } from './directives/ng_model';
16
export { NgModelGroup } from './directives/ng_model_group';
17
export { NumberValueAccessor } from './directives/number_value_accessor';
18
export { RadioControlValueAccessor } from './directives/radio_control_value_accessor';
19
export { RangeValueAccessor } from './directives/range_value_accessor';
20
export { FormControlDirective } from './directives/reactive_directives/form_control_directive';
21
export { FormControlName } from './directives/reactive_directives/form_control_name';
22
export { FormGroupDirective } from './directives/reactive_directives/form_group_directive';
23
export { FormArrayName, FormGroupName } from './directives/reactive_directives/form_group_name';
24
export { NgSelectOption, SelectControlValueAccessor } from './directives/select_control_value_accessor';
25
export { NgSelectMultipleOption, SelectMultipleControlValueAccessor } from './directives/select_multiple_control_value_accessor';
26
export declare const SHARED_FORM_DIRECTIVES: Type<any>[];
27
export declare const TEMPLATE_DRIVEN_DIRECTIVES: Type<any>[];
28
export declare const REACTIVE_DRIVEN_DIRECTIVES: Type<any>[];
29
/**
30
 * Internal module used for sharing directives between FormsModule and ReactiveFormsModule
31
 */
32
export declare class InternalFormsSharedModule {
33
}
(1-1/7)