Created
July 25, 2019 18:18
-
-
Save arturovt/cd2225b45ae0496352c445c5a8cc4040 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
nodeIndex: 0, | |
parent: null, | |
renderParent: null, | |
bindingIndex: 0, | |
outputIndex: 0, | |
checkIndex: 0, | |
flags: 1, | |
childFlags: 0, | |
directChildFlags: 0, | |
childMatchedQueries: 0, | |
matchedQueries: {}, | |
matchedQueryIds: 0, | |
references: {}, | |
ngContentIndex: null, | |
childCount: 0, | |
bindings: [], | |
bindingFlags: 0, | |
outputs: [], | |
element: { | |
ns: null, | |
name: null, | |
attrs: [], | |
template: null, | |
componentProvider: null, | |
componentView: null, | |
componentRendererType: null, | |
publicProviders: {}, | |
allProviders: {} | |
}, | |
provider: null, | |
text: null, | |
query: null, | |
ngContent: null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment