angular-cn/modules/@angular/compiler
Tobias Bosch b0a03fcab3 refactor(compiler): introduce directive wrappers to generate less code
- for now only wraps the `@Input` properties and calls
  to `ngOnInit`, `ngDoCheck` and `ngOnChanges` of directives.
- also groups eval sources by NgModule.

Part of #11683
2016-10-20 10:41:43 -07:00
..
src refactor(compiler): introduce directive wrappers to generate less code 2016-10-20 10:41:43 -07:00
test refactor(compiler): introduce directive wrappers to generate less code 2016-10-20 10:41:43 -07:00
testing refactor: simplify `isPresent(x) ? x : y` to `x || y` (#12166) 2016-10-10 09:20:58 -07:00
index.ts refactor(compiler): introduce directive wrappers to generate less code 2016-10-20 10:41:43 -07:00
package.json docs: update descriptions in package.jsons 2016-09-14 16:44:39 -07:00
rollup-testing.config.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
rollup.config.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
tsconfig-build.json fix(build): prevent package tsconfigs from shadowing main tsconfig (#11454) 2016-09-08 15:01:22 -07:00
tsconfig-testing.json fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00