Patrice Chalin
6195a45ae2
fix(forms): export AbstractFormGroupDirective
Because - `Form` is **exported** -- see line 30/31 of `modules/@angular/forms/src/forms.ts`: i.e., <br>`export {Form} from './directives/form_interface'`; and - Methods of `Form`, which are public, have an `AbstractFormGroupDirective` parameter; e.g.,<br>`Form.getFormGroup(dir: AbstractFormGroupDirective): FormGroup`. Then it makes sense for `AbstractFormGroupDirective` to be public/exported too. In any case, if it isn't exported then the **API docs for `Form` don't get generated properly.**
Angular
Angular is a development platform for building mobile and desktop web applications. This is the repository for Angular 2 Typescript/JavaScript (JS).
Angular2 for Dart can be found at dart-lang/angular2.
Angular 2 is currently in Release Candidate.
Quickstart
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%