Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b696936 commit cb04df4Copy full SHA for cb04df4
1 file changed
javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll
@@ -547,4 +547,10 @@ module Angular2 {
547
)
548
}
549
550
+
551
+ private class DomValueSources extends DOM::DomValueSource::Range {
552
+ DomValueSources() {
553
+ this = API::Node::ofType("@angular/core", "ElementRef").getMember("nativeElement").asSource()
554
+ }
555
556
0 commit comments