diff --git a/src/technologies.json b/src/technologies.json index bc81bf27a..271f7663d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1248,7 +1248,13 @@ "AngularDart", "AngularJS" ], - "html": "<[^>]+ ng-version=\"([\\d.]+)\"\\;version:\\1", + "dom": { + "body > :first-child": { + "attributes": { + "ng-version": "^([\\d.]+)\\;version:\\1" + } + } + }, "icon": "Angular.svg", "js": { "ng.coreTokens": "",