angular-cn/packages/forms/src
Alan e8bb8f4912 build: enable bundle_dts for forms package (#28854)
This PR also changes the name of NgNoValidate` to `ɵNgNoValidate`. This is because `ngcc` requires the node to retain the original name while dts bundler will rename the node is it's only exported using the aliases.

Example typings files:
```ts
declare class NgNoValidate{
}
export {NgNoValidateas ɵNgNoValidate}
```

will be emitted as
```ts
export declare class ɵNgNoValidate {
}
```

PR Close #28854
2019-03-05 11:39:16 -08:00
..
directives build: enable bundle_dts for forms package (#28854) 2019-03-05 11:39:16 -08:00
directives.ts build: enable bundle_dts for forms package (#28854) 2019-03-05 11:39:16 -08:00
form_builder.ts refactor: Consistently use index access on index signature types. (#28937) 2019-02-28 02:49:14 -08:00
form_providers.ts docs(forms): remove duplicated link (#27884) 2019-01-09 12:43:29 -08:00
forms.ts build: enable bundle_dts for forms package (#28854) 2019-03-05 11:39:16 -08:00
model.ts fix(forms): mark form as pristine before emitting value and status change events (#28395) 2019-02-13 19:17:35 -08:00
validators.ts docs(forms): clarify the pattern validator behavior (#27560) 2018-12-21 15:12:31 -05:00
version.ts docs: update forms with `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00