Files
OneForAll-mirror/data/rules/wappalyzer/angular.json
T
2020-07-29 00:02:06 +08:00

14 lines
255 B
JSON

{
"name": "Angular",
"website": "https://angular.io",
"matches": [
{
"regexp": "<[^>]+ ng-version=\"([\\d.]+)\"",
"offset": 1
}
],
"excludes": [
"AngularDart",
"AngularJS"
]
}