angular-docs-cn/packages/platform-browser-dynamic
Tobias Bosch 996c7c2dde feat(compiler): reuse the TypeScript typecheck for template typechecking. (#19152)
This speeds up the compilation process significantly.

Also introduces a new option `fullTemplateTypeCheck` to do more checks in templates:
- check expressions inside of templatized content (e.g. inside of `<div *ngIf>`).
- check the arguments of calls to the `transform` function of pipes
- check references to directives that were exposed as variables via `exportAs`
PR Close #19152
2017-09-14 13:37:08 -04:00
..
src feat(compiler): reuse the TypeScript typecheck for template typechecking. (#19152) 2017-09-14 13:37:08 -04:00
test refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
testing build(platform-browser): fix typo 2017-09-07 14:21:41 -04:00
index.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
package.json build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
rollup.config.js build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
tsconfig-build.json build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00