angular-docs-cn/packages/core
Matias Niemelä c32b2ae0a8 fix(ivy): ensure class/style values are debuggable through `DebugElement` (#32842)
This patch changes the Ivy `DebugElement` code to always read style and
class values directly from the native element instead of reading them
through the styling contexts. The reason for this change is because Ivy
does not make use of a debug renderer and will therefore not have access
to any classes/styles applied directly through the renderer (unless it
reads the values directly from the element).

PR Close #32842
2019-09-30 14:14:00 -07:00
..
schematics build: temporarily disable dynamic queries migration (#32837) 2019-09-24 17:57:15 -07:00
src fix(ivy): ensure class/style values are debuggable through `DebugElement` (#32842) 2019-09-30 14:14:00 -07:00
test fix(ivy): ensure class/style values are debuggable through `DebugElement` (#32842) 2019-09-30 14:14:00 -07:00
testing fix(ivy): ensure TestBed restores fields to the most original value (#32823) 2019-09-25 11:28:09 -07:00
BUILD.bazel refactor(ivy): remove `i18nLocalize` instruction (#31609) 2019-08-30 12:53:26 -07:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json build(zone.js): update zone.js to 0.10.2 (#31975) 2019-08-16 09:56:41 -07:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00