Instructions for installing AngularJS
In this chapter, I will show you how to install the AngularJS library to be used in web application development. We will introduce about the structure of the ink and its contents.
This article will show you how to install the AngularJS library for use in web application development. We will introduce about the structure of the ink and its contents.
When you visit https://angularjs.org/, you will see there are 2 options to download AngularJS as GitHub and download directly to your computer.
- View on GitHub - Click this button to access GitHub, where you will have the latest AngularJS version.
- Download - Or click this button and the following screen will appear:
This screen has a lot of options, but for simplicity, you should only choose CDN.
After downloading CDN to your computer, you copy and paste it at any drive. I paste it at drive D with the path D: angular.min.js . Why pay attention to this, you follow the first example of the next AngularJS will be clear.
Now that you've installed AngularJS, it's really simple, isn't it?
The first example of AngularJS
Now, I started writing a simple example using the AngularJS library. First, I created the viduAngularJS.html page as below: