angular/modules/@angular/core/src
Tobias Bosch 126fda2613 perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788)
After the introduction of the view engine, we can drop a lot of code that is not used any more.

This should reduce the size of the app bundles because a lot of this code was not being properly tree-shaken by today's tools even though it was dead code.
2017-02-27 23:08:19 -08:00
..
animation perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
change_detection fix(core): Remove ChangeDetectorRef Paramter from KeyValueDifferFactory and IterableDifferFactory (#14311) 2017-02-09 13:33:44 -08:00
debug perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
di feat(core): make new Inject() optional for deps specified as InjectionToken (#14486) 2017-02-20 16:20:45 -08:00
i18n fix(compiler): fix missing translations handling (#14113) 2017-01-27 12:12:06 -06:00
linker perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
metadata perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
profile chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
reflection feat(compiler): generate shallow imports compiler generated references (#14388) 2017-02-14 13:33:06 -08:00
render perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
testability refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
util fix(core): suppress a Closure Compiler warning (#14484) 2017-02-14 14:44:16 -08:00
view perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
zone docs(zone): fix whitespace around backtick code 2017-02-06 12:08:57 -08:00
application_init.ts feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
application_module.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
application_ref.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
application_tokens.ts feat: add a PLATFORM_ID token that provides a platform id Object. (#14647) 2017-02-22 16:49:46 -08:00
change_detection.ts feat(common): rename underlying NgFor class and add a type parameter (#14104) 2017-02-01 09:29:51 -06:00
codegen_private_exports.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
console.ts refactor(core): simplify decorators 2016-09-12 22:47:54 -07:00
core.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
core_private_export.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
di.ts feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
error_handler.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
errors.ts feat: RendererV2 integration (#14469) 2017-02-14 21:03:18 -08:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
linker.ts feat(router): register NgModuleFactory objects. (#11211) 2016-09-01 13:46:08 -07:00
metadata.ts refactor: misc cleanup 2016-09-22 11:01:16 -07:00
platform_core_providers.ts feat: add a PLATFORM_ID token that provides a platform id Object. (#14647) 2017-02-22 16:49:46 -08:00
render.ts refactor: rename ComponentRenderTypeV2 to RendererTypeV2 2017-02-17 17:18:55 -08:00
security.ts refactor: rename SanitizationService to Sanitizer and DomSanitizationService to DomSanitizer (#11085) 2016-08-25 15:41:19 -07:00
type.ts fix(compiler): don’t throw when using ANALYZE_FOR_ENTRY_COMPONENTS with user classes (#13679) 2016-12-27 16:58:52 -08:00
util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
version.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
zone.ts refactor(chore): remove deprecated NgZoneError (#10822) 2016-08-15 16:10:30 -07:00