angular-cn/packages/core/src
JoostK 9953fe7c00 fix(ivy): reexport compileNgModuleFactory__POST_NGCC__ to prevent DCE in FESM (#26071)
While creating FESM files, rollup usually drops all unused symbols.
All *__POST_NGCC__ are unused unless ngcc rewires stuff. To prevent this DCE
we reexport them as private symbols. If ngcc is not used, these symbols will
be dropped when we optimize an application bundle.

PR Close #26071
2018-10-05 13:45:55 -07:00
..
change_detection fix(ivy): objects like ElementRef should not use a special injection fn (#26064) 2018-09-25 12:51:29 -07:00
debug refactor(ivy): misc cleanup (#25291) 2018-08-05 15:31:19 -07:00
di fix(ivy): objects like ElementRef should not use a special injection fn (#26064) 2018-09-25 12:51:29 -07:00
i18n docs: fix invalid headings (#24000) 2018-06-13 16:47:40 -07:00
ivy_switch refactor(ivy): make sure that test bed symbols are imported from ivy_switch (#26121) 2018-09-27 12:06:34 -07:00
linker fix(ivy): objects like ElementRef should not use a special injection fn (#26064) 2018-09-25 12:51:29 -07:00
metadata fix(ivy): remove metadata from *Def and introduce *DefWithMeta types (#26203) 2018-10-04 10:11:17 -07:00
profile fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00
reflection refactor(core): clean up dupe'd imports in reflector (#24203) 2018-05-30 11:45:00 -07:00
render feat(elements): enable Shadow DOM v1 and slots (#24861) 2018-08-30 21:33:14 -07:00
render3 refactor(ivy): update context discovery to prep for dir merge (#26262) 2018-10-05 13:39:30 -07:00
sanitization feat: add support for TypeScript 3.1 (#26151) 2018-09-28 09:34:51 -07:00
testability fix(core): In Testability.whenStable update callback, pass more complete (#25010) 2018-08-06 13:49:19 -07:00
util fix(ivy): don't accidently read the inherited definition (#25736) 2018-09-11 07:09:38 -07:00
view fix(ivy): don't accidently read the inherited definition (#25736) 2018-09-11 07:09:38 -07:00
zone feat: typescript 2.9 support (#24652) 2018-07-03 13:32:06 -07:00
application_init.ts docs(core): remove experimental tag (#24032) 2018-08-01 10:56:06 -07:00
application_module.ts docs: add ngmodule api doc (#25618) 2018-09-19 10:40:58 -07:00
application_ref.ts fix(ivy): reexport compileNgModuleFactory__POST_NGCC__ to prevent DCE in FESM (#26071) 2018-10-05 13:45:55 -07:00
application_tokens.ts docs: fix link texts 2017-11-01 15:44:59 -04:00
change_detection.ts refactor(core): remove deprecated `TrackByFn` (#18757) 2017-08-18 13:23:46 -05:00
codegen_private_exports.ts refactor(compiler): don’t rely on global reflector (#16832) 2017-05-23 10:41:23 -06:00
console.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
core.externs.js fix: don’t use the global `ng` at all with closure enhanced optimizations 2017-09-27 10:09:56 -07:00
core.ts feat(ivy): add `ngcc` ivy switch (#25238) 2018-08-16 13:51:42 -07:00
core_private_export.ts fix(ivy): objects like ElementRef should not use a special injection fn (#26064) 2018-09-25 12:51:29 -07:00
core_render3_private_export.ts fix(ivy): reexport compileNgModuleFactory__POST_NGCC__ to prevent DCE in FESM (#26071) 2018-10-05 13:45:55 -07:00
di.ts fix(ivy): correctly export all *Def symbols as private (#24862) 2018-07-20 11:48:36 -07:00
error_handler.ts docs: fix invalid headings (#24000) 2018-06-13 16:47:40 -07:00
errors.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
event_emitter.ts docs: add api doc to commonly queried elements 2018-07-20 12:39:10 -07:00
is_dev_mode.ts feat(ivy): add `ngcc` ivy switch (#25238) 2018-08-16 13:51:42 -07:00
linker.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
metadata.ts feat(core): add DoBootstrap interface. (#24558) 2018-08-07 13:17:06 -07:00
platform_core_providers.ts refactor: core, http & platform-webworker to remove public private class separation (#19143) 2017-09-14 13:38:06 -04:00
r3_symbols.ts fix(ivy): export NgModuleFactory via r3_symbols for core factories (#25392) 2018-08-09 09:58:13 -07:00
render.ts refactor(core): use flags in `Renderer2.setStyle` instead of booleans (#15045) 2017-03-13 09:45:04 -07:00
type.ts docs: remove all deprecated `@stable` jsdoc tags (#23210) 2018-04-10 21:49:32 -07:00
util.ts feat: typescript 2.9 support (#24652) 2018-07-03 13:32:06 -07:00
version.ts style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
zone.ts feat(router): warn if navigation triggered outside Angular zone (#24959) 2018-09-05 09:35:14 -07:00