feat(debug): collect styles and classes for the DebugElement

This commit is contained in:
Matias Niemelä
2016-06-01 16:57:12 -07:00
parent 35ea02fb81
commit 155b88213c
4 changed files with 55 additions and 1 deletions

View File

@ -171,6 +171,7 @@ const CORE = [
'DebugElement.attributes:{[key:string]:string}',
'DebugElement.childNodes:DebugNode[]',
'DebugElement.children:DebugElement[]',
'DebugElement.classes:{[key:string]:boolean}',
'DebugElement.constructor(nativeNode:any, parent:any, _debugInfo:RenderDebugInfo)',
'DebugElement.insertChildrenAfter(child:DebugNode, newChildren:DebugNode[]):any',
'DebugElement.name:string',