Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 377 Bytes

angular-examples

  1. Install the global package as root sudo npm install -g @angular/cli

1b. Update package if needed sudo npm install -g npm

  1. Create a new project ng new hello-world

  2. Test it out cd hello-world

    ng serve --host=0.0.0.0 --disable-host-check --ssl true --ssl-cert /etc/ssl/internal-certs/test.org.crt --ssl-key /etc/ssl/internal-certs/test.org.key