How can I tell whether a web app was built using Angular (or other technologies)?

Daniel picture Daniel · Apr 29, 2015 · Viewed 46.2k times · Source

How can I tell whether a (Drupal 7) web app was built using Angular by looking at the page source, and not having to ask the developers?

Answer

Dinesh Dabhi picture Dinesh Dabhi · Apr 29, 2015

enter image description hereThe best way to check is to write "angular" on browser console. If you get any object [With child objects as "bind","bootstrap","callbacks","module" etc.] then its an angular web app.