angular-cn/packages/language-service
Tobias Bosch 8ef621ad2a fix(compiler): fix inheritance for AOT with summaries (#15583)
Allows to inherit ctor args, lifecycle hooks and statics from a class
in another compilation unit. 
Will error if trying to inherit from a class in another compilation unit 
that has an `@Component` / `@Directive` / `@Pipe` / `@NgModule`.
2017-03-30 14:51:29 -07:00
..
src fix(compiler): fix inheritance for AOT with summaries (#15583) 2017-03-30 14:51:29 -07:00
test fix(language-service): correctly determine base members of types (#15600) 2017-03-29 16:14:37 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json build: fix paths to typings files so tsickle resolves imports correctly 2017-03-16 17:34:29 -07:00
rollup.config.js fix(language-service): don't require `reflect-metadata` module to be provided (#15569) 2017-03-29 09:34:21 -07:00
tsconfig-build.json build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00