angular-cn/tools/public_api_guard
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.**
2016-08-03 15:33:29 -07:00
..
common fix(ngClass): do not deconstruct classes on element removal (#10303) 2016-07-26 15:20:27 -07:00
compiler feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
core chore: update public api and integrate minor review comments 2016-08-02 11:23:26 -07:00
forms fix(forms): export AbstractFormGroupDirective 2016-08-03 15:33:29 -07:00
http refactor(http): use ngModules for http (#10329) 2016-07-27 13:09:05 -07:00
platform-browser chore: update public api 2016-07-26 07:45:40 -07:00
platform-browser-dynamic chore: remove `browserDynamicTestingPlatform` as it is deprecated and was not part of rc.4 2016-07-27 10:52:47 -07:00
platform-server chore: update public api 2016-07-26 07:45:40 -07:00
router feat(router): add queryParams and fragment to every activated route 2016-08-03 15:30:03 -07:00
upgrade chore: update public api and integrate minor review comments 2016-08-02 11:23:26 -07:00