angular-cn/packages/core
Paul Gschwendtner 6357d4a0d3 fix(core): static-query migration fails with default parameter values (#30269)
Currently when someone has a call expression within the `ngOnInit` call
and we try to peek into that function with respect to the current function
context, the schematic errors because a call expression argument is
undefined. This is valid because the target function declaration defines
that parameter with a default value. In order to fix this, we need to
respect parameter default values.

PR Close #30269
2019-05-08 11:54:33 -07:00
..
schematics fix(core): static-query migration fails with default parameter values (#30269) 2019-05-08 11:54:33 -07:00
src refactor(ivy): remove elementIndex param from all element-level styling instructions (#30313) 2019-05-08 09:18:19 -07:00
test fix(ivy): unable to bind SafeStyle as camel case property (#30328) 2019-05-08 10:17:26 -07:00
testing fix(ivy): allow `R3TestBedCompiler` to work in ngcc-processed apps (#28530) 2019-05-01 16:38:32 -07:00
BUILD.bazel refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -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: update rxjs version requirements to 6.4.0 (#30032) 2019-04-22 11:15:33 -07:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
tsconfig-build.json feat(ivy): implement TestBed (#25369) 2018-08-14 11:58:47 -07:00