From 75893aa238392530335932a18f68295f8bdc2c1d Mon Sep 17 00:00:00 2001 From: overthesanity Date: Fri, 29 Jun 2018 06:09:17 +0300 Subject: [PATCH] Improve Angular detection (#2353) --- src/apps.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps.json b/src/apps.json index c39e88b85..f3f736210 100644 --- a/src/apps.json +++ b/src/apps.json @@ -592,6 +592,10 @@ "AngularDart", "AngularJS" ], + "js": { + "ng.probe": "", + "ng.coreTokens": "" + }, "html": "<[^>]+ ng-version=\"([\\d.]+)\"\\;version:\\1", "icon": "Angular.svg", "website": "https://angular.io"