Check web application built using angular or not
How to check whether web application is developed using angular or not ?
1) Go to chrome browser >> Click F12 >> Click Console >> type angular in console and click enter >> we see angular js information then we can confirm that application is built using angularjs technology (see below screenshot)
|
Check Angular app |
2) Go to chrome browser >> Click F12 >> Click Console >> type angular in console and click enter >> we get error like angular is not defined then we can confirm application is not built using angularjs technology (see below screenshot)
|
Check NonAngular app |
Please comment below to feedback or ask questions.
No comments:
Post a Comment
Please comment below to feedback or ask questions.