We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b57d5f commit 98b4c35Copy full SHA for 98b4c35
javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll
@@ -580,10 +580,12 @@ module Angular2 {
580
581
override string getName() { result = propertyNode.getStringValue() }
582
583
- // override DOM::ElementDefinition getElement() { /* TODO */ }
+ /** Get the `DataFlow::Node` that is affected by this Attribute Definition.
584
+ *
585
+ * Defined instead of defining `getElement()`, which requires returning a DOM element defintion, `ElementDefinition`.
586
+ */
587
DataFlow::Node getElementNode() { result = elementNode }
588
589
override DataFlow::Node getValueNode() { result = valueNode }
- //override predicate mayHaveTemplateValue() { /* TODO */ }
590
}
591
0 commit comments