Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created July 25, 2019 18:23
Show Gist options
  • Save arturovt/9b6c950f3aab2376defaba808fb53bdb to your computer and use it in GitHub Desktop.
Save arturovt/9b6c950f3aab2376defaba808fb53bdb to your computer and use it in GitHub Desktop.
{
// TNodeType.ElementContainer
type: 4,
// index - not in the tree, but in the parent's metadata array
index: 20,
// index of the nearest injector, -1 = no injector
injectorIndex: -1,
directiveStart: -1,
directiveEnd: -1,
// indexes of the first and last input parameter
propertyMetadataStartIndex: -1,
propertyMetadataEndIndex: -1,
flags: 0,
// bit mask
providerIndexes: 0,
tagName: 'ng-container',
attrs: null,
localNames: null,
tViews: null,
next: null,
projectionNext: null,
child: null,
parent: null,
stylingTemplate: null,
projection: null,
onElementCreationFns: null,
newStyles: null,
newClasses: null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment