angular/packages/compiler-cli/ngcc/test/rendering
Kara Erickson 64fd0d6db9 refactor(core): rename ngComponentDef to ɵcmp (#33088)
Component defs are not considered public API, so the property
that contains them should be prefixed with Angular's marker
for "private" ('ɵ') to discourage apps from relying on def
APIs directly.

This commit adds the prefix and shortens the name from
`ngComponentDef` to `cmp`. This is because property names
cannot be minified by Uglify without turning on property
mangling (which most apps have turned off) and are thus
size-sensitive.

Note that the other "defs" (ngDirectiveDef, etc) will be
prefixed and shortened in follow-up PRs, in an attempt to
limit how large and conflict-y this change is.

PR Close #33088
2019-10-11 15:45:22 -07:00
..
commonjs_rendering_formatter_spec.ts refactor(ivy): ngcc - remove formatProperty from EntryPointBundle (#32052) 2019-08-08 11:14:38 -07:00
dts_renderer_spec.ts refactor(ivy): move directive, component and pipe factories to ngFactoryFn (#31953) 2019-08-27 13:57:00 -07:00
esm5_rendering_formatter_spec.ts refactor(ivy): ngcc - remove formatProperty from EntryPointBundle (#32052) 2019-08-08 11:14:38 -07:00
esm_rendering_formatter_spec.ts refactor(ivy): ngcc - remove formatProperty from EntryPointBundle (#32052) 2019-08-08 11:14:38 -07:00
renderer_spec.ts refactor(core): rename ngComponentDef to ɵcmp (#33088) 2019-10-11 15:45:22 -07:00
umd_rendering_formatter_spec.ts fix(ngcc): support UMD global factory in comma lists (#32709) 2019-09-17 09:16:08 -07:00