angular-cn/packages/compiler-cli/ngcc/test/integration
Pete Bacon Darwin 2fb9b7ff1b fix(ngcc): do not output duplicate ɵprov properties (#34085)
Previously, the Angular AOT compiler would always add a
`ɵprov` to injectables. But in ngcc this resulted in duplicate `ɵprov`
properties since published libraries already have this property.

Now in ngtsc, trying to add a duplicate `ɵprov` property is an error,
while in ngcc the additional property is silently not added.

// FW-1750

PR Close #34085
2019-11-27 12:46:37 -08:00
..
ngcc_spec.ts fix(ngcc): do not output duplicate ɵprov properties (#34085) 2019-11-27 12:46:37 -08:00
util.ts test(ngcc): expand integration tests with APF like package layouts (#33875) 2019-11-18 09:11:34 -08:00