angular/packages/core/src/linker
Kara Erickson fc93dafab1 refactor(core): rename ngModuleDef to ɵmod (#33142)
Module 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
ngModuleDef to mod. 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.

PR Close #33142
2019-10-14 23:08:10 +00:00
..
compiler.ts fix(ivy): properly compile NgModules with forward referenced types (#29198) 2019-03-12 18:26:42 -07:00
component_factory.ts docs: api doc cleanup (#31377) 2019-07-08 09:51:59 -07:00
component_factory_resolver.ts docs: api doc cleanup (#31377) 2019-07-08 09:51:59 -07:00
element_ref.ts build: TypeScript 3.5 upgrade (#31615) 2019-07-25 17:05:23 -07:00
ng_module_factory.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
ng_module_factory_loader.ts fix(ivy): align NgModule registration timing with ViewEngine (#30244) 2019-05-13 11:13:25 -07:00
ng_module_factory_registration.ts refactor(core): rename ngModuleDef to ɵmod (#33142) 2019-10-14 23:08:10 +00:00
query_list.ts perf(ivy): match query results on the TView level (#31489) 2019-07-19 20:38:08 -07:00
system_js_ng_module_factory_loader.ts feat(router): deprecate loadChildren:string (#30073) 2019-04-24 17:06:05 -07:00
template_ref.ts docs: add api doc to template_ref (#27380) 2019-01-22 12:13:50 -08:00
view_container_ref.ts fix(core): proper @internal and @nocollapse combined usage fix (#28138) 2019-01-14 14:33:09 -08:00
view_ref.ts docs: update core to use @publicApi tags (#26595) 2018-10-19 14:35:53 -07:00