Skip to content

knight3001/Angular2Prac

Repository files navigation

Angular2Prac

This project was generated with Angular CLI version 1.0.0-beta.32.3.

Development server

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/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. Before running the tests make sure you are serving the app via ng serve.

Further help

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

  1. extension: angular2 typescript snippets:johnpapa

  2. npm install -g typescript@2.1.6 Go to: C:\Program Files (x86)\Microsoft SDKs\TypeScript, there you see directories of type 0.9, 1.0 1.1. Enter the high number that you have (in this case 1.1) Copy the directory and run in CMD the command tsc -v, you get the version.

  3. npm install
    npm start

  4. git init git add . git remote add origin git@github.com:knight3001/AngularHero.git git clone git@github.com:knight3001/AngularHero.git

  5. CTRL + SHIFT + B (build)

  6. npm install -g @angular/cli (supported Node JS version: > 6.9.0) ng new my-app ng serve http://localhost:4200/

  7. npm i -g angular-cli-ghpages (https://github.com/angular-buch/angular-cli-ghpages) add to package.json scripts: "predeploy": "ng build --prod", "deploy": "ngh" run: npm run deploy

  8. Angury -- Chrome debugger extension