adeshshukla / testAng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App1

This project was generated with Angular CLI version 9.1.4.

Clone repository in VS Code

1. On github, click on Clone or download button
2. Copy the repo url.
3. Open VS Code.
4. Click on git icon in left menu.
5. Click on 'Clone Repository' button.
6. Paste the repo url from step 2 and hit enter.
7. In the next dialog, provide path where to clone this repo.
8. Now your repository is cloned.

Install npm dependencies

To run your application we need to install dependencies of our project. It can be done in two ways:
1. In VS code :
    Open New Terminal and run command `npm install`
OR
2. Open Command prompt and go to the code location.
    Then run command : `npm install`

Run application

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About


Languages

Language:TypeScript 72.1%Language:HTML 27.7%Language:CSS 0.2%