angular-cn/packages/core/src
Andrew Kushnir c71d7b5633 fix(ivy): setting up animation properties correctly (FW-643) (#27496)
Prior to this change, animation properties were defined as element attributes, which caused errors at runtime. Now all animation-related attributes are defined as element properties.

Also as a part of this update, we start to account for bindings used in animations, which was previously missing.

PR Close #27496
2018-12-06 13:38:40 -08:00
..
change_detection fix(ivy): align discovery methods for consistency (#27117) 2018-11-20 11:44:14 -08:00
debug fix(ivy): Implement remaining methods for DebugNode (#27387) 2018-12-04 19:58:25 -08:00
di fix(core): More precise return type for `InjectableDecorator` (#27360) 2018-12-04 23:18:19 -08:00
i18n docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
linker fix(ivy): TestBed.get(Compiler) throws "Error: Runtime compiler is not loaded" (#27223) 2018-11-27 13:42:23 -08:00
metadata fix(ivy): TestBed.get(Compiler) throws "Error: Runtime compiler is not loaded" (#27223) 2018-11-27 13:42:23 -08:00
profile docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
reflection fix(core): support computed base class in metadata inheritance (#24014) 2018-10-30 13:48:22 -04:00
render docs: update core to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
render3 fix(ivy): setting up animation properties correctly (FW-643) (#27496) 2018-12-06 13:38:40 -08:00
sanitization fix(ivy): Implement remaining methods for DebugNode (#27387) 2018-12-04 19:58:25 -08:00
testability fix(ivy): component ref injector should support change detector ref (#27107) 2018-11-15 21:18:24 -08:00
util feat(ivy): enable ng-reflect debug attributes (#27268) 2018-11-27 10:18:51 -08:00
view fix(ivy): TestBed.get(Compiler) throws "Error: Runtime compiler is not loaded" (#27223) 2018-11-27 13:42:23 -08:00
zone docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
application_init.ts docs: update core to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
application_module.ts docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
application_ref.ts docs: update core to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
application_tokens.ts docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
change_detection.ts
codegen_private_exports.ts
console.ts
core.externs.js
core.ts
core_private_export.ts feat(ivy): support injecting the injector (#26699) 2018-10-25 18:47:56 -04:00
core_render3_private_export.ts fix(ivy): Added missing getHostElement to export (#27488) 2018-12-06 13:35:41 -08:00
di.ts feat(ivy): support injecting the injector (#26699) 2018-10-25 18:47:56 -04:00
error_handler.ts docs: update core to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
errors.ts
event_emitter.ts docs: update core to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
is_dev_mode.ts docs: update core to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
ivy_switch.ts refactor(ivy): obviate the Bazel component of the ivy_switch (#26550) 2018-10-19 09:23:05 -07:00
linker.ts
metadata.ts
platform_core_providers.ts docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
r3_symbols.ts fix(ivy): prevent ngcc from referencing missing ɵsetClassMetadata (#27055) 2018-11-21 09:20:11 -08:00
render.ts
type.ts docs: update core to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
util.ts fix(ivy): make defineComponent tree shakable by Closure Compiler (#26425) 2018-10-16 20:37:35 -07:00
version.ts docs: update core to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
zone.ts