0% found this document useful (0 votes)
13 views2 pages

CAP917

The document outlines the steps required to set up an Angular application, including the installation of Node.js and Angular CLI, creating a project folder, and running the application. It also mentions the use of various components such as textboxes, radio buttons, textareas, checkboxes, and a submit button for designing a project to upload details to a company website. The instructions provide a clear guide for beginners to start developing with Angular.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views2 pages

CAP917

The document outlines the steps required to set up an Angular application, including the installation of Node.js and Angular CLI, creating a project folder, and running the application. It also mentions the use of various components such as textboxes, radio buttons, textareas, checkboxes, and a submit button for designing a project to upload details to a company website. The instructions provide a clear guide for beginners to start developing with Angular.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like