angular2-hello-world
My first hello world in Angular 2.0.
1. Setup
npm install
to install dependencies.
2. tsc
to compile TypeScript file.
3. live-server
to start web server and launch app.
My first hello world in Angular 2.0.
npm install
to install dependencies.
2. tsc
to compile TypeScript file.
3. live-server
to start web server and launch app.