如何判断一个网络应用程序是使用Angular构建的?

如何判断一个网络应用程序是使用Angular构建的?

问题描述:

如何判断(Drupal 7)网络应用程序是否使用Angular构建,例如,查看页面源,而不是询问开发人员?

How can I tell whether a (Drupal 7) web app was built using Angular, by e.g., looking at the page source, and not by asking the developers?

最好的方法是写角度在浏览器控制台上。如果您有任何对象[将子对象设为绑定,引导,回调,模块等),那么它就是一个有角度的Web应用程序。

The 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.