Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created July 25, 2019 18:18
Show Gist options
  • Save arturovt/cd2225b45ae0496352c445c5a8cc4040 to your computer and use it in GitHub Desktop.
Save arturovt/cd2225b45ae0496352c445c5a8cc4040 to your computer and use it in GitHub Desktop.
{
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