angular js version code example
Example 1: check angular version
Open the Terminal + view in your project and type
ng --version
this will list the versions of several Angular packages that you have installed in your project.
Example 2: angularjs
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>