angular-cn/packages/core/src
Miško Hevery 09a2bb839f refactor(ivy): Intruduce LFrame to store global instruction information (#33178)
`LFrame` stores information specifice to the current `LView` As the code
enters and leaves `LView`s we use `enterView()` and `leaveView()`
respectively to build a a stack of `LFrame`s. This allows us to easily
restore the previous `LView` instruction state.

PR Close #33178
2019-10-24 14:42:15 -07:00
..
change_detection refactor(core): rename ngInjectableDef to ɵprov (#33151) 2019-10-16 16:36:19 -04:00
compiler refactor(ivy): generate ngFactoryDef for injectables (#32433) 2019-10-02 13:04:26 -07:00
debug refactor(ivy): rename `getComponentViewByIndex` to `getComponentLViewByIndex` (#33074) 2019-10-22 12:00:20 -07:00
di refactor(core): rename ngInjectableDef to ɵprov (#33151) 2019-10-16 16:36:19 -04:00
i18n fix(ivy): set LOCALE_ID when using the injector (#31566) 2019-07-26 14:04:47 -07:00
interface
linker refactor(core): rename ngModuleDef to ɵmod (#33142) 2019-10-14 23:08:10 +00:00
metadata docs: add ModuleWithProviders deprecation (#33266) 2019-10-22 14:35:27 -07:00
profile feat(core): deprecate integration with the Web Tracing Framework (WTF) (#30642) 2019-05-23 15:09:48 -07:00
reflection perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
render refactor(core): remove deprecated Renderer (#33019) 2019-10-08 09:23:00 -07:00
render3 refactor(ivy): Intruduce LFrame to store global instruction information (#33178) 2019-10-24 14:42:15 -07:00
sanitization refactor(core): rename ngInjectableDef to ɵprov (#33151) 2019-10-16 16:36:19 -04:00
testability
util revert: feat: add a flag in bootstrap to enable coalesce event change detection to improve performance (#30533) (#33230) 2019-10-17 12:50:04 -04:00
view refactor(core): remove deprecated Renderer (#33019) 2019-10-08 09:23:00 -07:00
zone revert: feat: add a flag in bootstrap to enable coalesce event change detection to improve performance (#30533) (#33230) 2019-10-17 12:50:04 -04:00
application_init.ts
application_module.ts feat(ivy): allow the locale to be set via a global property (#33314) 2019-10-24 10:16:25 -07:00
application_ref.ts revert: feat: add a flag in bootstrap to enable coalesce event change detection to improve performance (#30533) (#33230) 2019-10-17 12:50:04 -04:00
application_tokens.ts
change_detection.ts
codegen_private_exports.ts
console.ts
core.externs.js fix(ivy): add missing closure extern for \$localize (#32460) 2019-09-03 11:55:16 -07:00
core.ts fix(core): add CLI instructions when localize polyfill is missing (#33199) 2019-10-17 19:45:27 -04:00
core_private_export.ts refactor(core): remove deprecated Renderer (#33019) 2019-10-08 09:23:00 -07:00
core_render3_private_export.ts refactor(core): rename ngInjectableDef to ɵprov (#33151) 2019-10-16 16:36:19 -04:00
di.ts
error_handler.ts
errors.ts
event_emitter.ts docs(core): mark `EventEmitter#__isAsync` as internal to hide from API docs (#31378) 2019-10-03 10:24:34 -07:00
ivy_switch.ts
linker.ts
metadata.ts
platform_core_providers.ts
r3_symbols.ts refactor(ivy): generate ngFactoryDef for injectables (#32433) 2019-10-02 13:04:26 -07:00
render.ts refactor(core): remove deprecated Renderer (#33019) 2019-10-08 09:23:00 -07:00
version.ts
zone.ts