Created
July 25, 2019 18:23
-
-
Save arturovt/9b6c950f3aab2376defaba808fb53bdb 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
{ | |
// 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