HELLO ANGULAR


Prerequisties

  1. Install nodejs environment; Offical Site
  2. Install angular-cli by use command: npm install -g @angular/cli
  3. Make a directory that hold all the project files
  4. Command: ng new ${your_hello_world_name}
  5. When it's done, Command: ng serve; then you can see the hello world at localhost:4200 when it's started