Improve Angular detection (#2353)

main
overthesanity 7 years ago committed by Elbert Alias
parent 6cb7e8b4e3
commit 75893aa238

@ -592,6 +592,10 @@
"AngularDart",
"AngularJS"
],
"js": {
"ng.probe": "",
"ng.coreTokens": ""
},
"html": "<[^>]+ ng-version=\"([\\d.]+)\"\\;version:\\1",
"icon": "Angular.svg",
"website": "https://angular.io"