angular-cn/packages/core/test/acceptance
Kristiyan Kostadinov 29786e856d fix(ivy): unable to bind SafeStyle as camel case property (#30328)
Fixes not being able to bind a `SafeStyle` as a camel cased style property (e.g. `[style.backgroundImage]="someSafeStyle"`). The issue was due to the fact that we only check the dash case property names to determine whether to sanitize a value.

This PR resolves FW-1279.

PR Close #30328
2019-05-08 10:17:26 -07:00
..
BUILD.bazel
change_detection_spec.ts
component_spec.ts fix(ivy): @Component should support entry components from another module (#29566) 2019-04-26 16:27:19 -07:00
content_spec.ts
di_spec.ts refactor(ivy): move di tests for inject to acceptance (#29299) 2019-04-26 16:23:43 -07:00
directive_spec.ts fix(ivy): classes should not mess up matching for bound dir attributes (#30002) 2019-04-22 08:48:08 -07:00
exports_spec.ts refactor(ivy): move exports tests to acceptance (#30157) 2019-04-26 16:37:34 -07:00
host_binding_spec.ts test(ivy): move host binding tests to acceptance (#30308) 2019-05-08 09:19:44 -07:00
inherit_definition_feature_spec.ts
integration_spec.ts fix(ivy): inherited listeners from grand super classes invoked multiple times (#30169) 2019-04-30 16:14:26 -07:00
lifecycle_spec.ts
listener_spec.ts fix(ivy): output should not be subscribe twice when 2 listeners (#30144) 2019-04-26 11:11:09 -07:00
pipe_spec.ts
properties_spec.ts fix(core): fix interpolate identifier in AOT (#30243) 2019-05-02 10:33:34 -07:00
providers_spec.ts fix(ivy): support injection flags for provider deps without new (#30216) 2019-04-30 20:37:56 -07:00
query_spec.ts fix(ivy): queries not being inherited from undecorated classes (#30015) 2019-04-24 10:38:44 -07:00
styling_spec.ts fix(ivy): unable to bind SafeStyle as camel case property (#30328) 2019-05-08 10:17:26 -07:00
template_ref_spec.ts
view_container_ref_spec.ts fix(ivy): error when calling remove() or detach() on an empty view container (#29986) 2019-04-19 14:18:48 -07:00
view_ref_spec.ts