Name – Ayush Kumar Goswami Registration No - 12017191
Roll no – B56
Q.1 Discuss about the different steps to be used for make setup for developing your first
Angular application.
Ans –
The different steps to used for make the setup for developing Angular application –
1. For running the angular application, system must have node.js file and npm installed.
2. If someone want to check the version of node.js we have to run the command node
–v and npm –version.
3. After the installation of node.js we have to open the command prompt and install
the angular by writing the command – npm install -g @angular/cli
4. After that, we have to make a folder of any name, open the folder and click on the
path of the folder and write cmd on it.
5. Command Prompt will be open and then we have to install all the packages, so we
have to make a folder on it by using cmd – ng new myApp which will create a folder
inside the desktop folder.
6. Its will ask some relevant question like to installation of angular, css and after enter,
it will install all the packages to the system.
7. For running the angular we have to write the command – ng serve which will directly
open the angular to the local host-4200.
Q.2 To create angular project to upload your details to the particular company website.
You may use different types of components to design it.
Conditions:
1. Textbox
2. Radio button
3. Textarea
4. Checkbox
5. Submit button
Name – Ayush Kumar Goswami Registration No - 12017191
Roll no – B56