Angular
  • Introduction
  • Angular Command
  • Oshop Project
    • Oshop Tips
    • Product Management Module
  • Redux
  • Angular Tips
    • Communicate with Angular components outside of Angular
    • Safe Pipe
    • Highlight attachment file
    • Set CSS background-image value in Angular
  • Angular DatePicker Tips
  • Angular 6 Breadcrumb
Powered by GitBook
On this page

Was this helpful?

Introduction

Install Angular CLI

npm config set proxy http://www-only-proxy.boeing.com:31061
npm config set https-proxy http://www-only-proxy.boeing.com:31061
npm install -g @angular/cli
npm install -g @angular/cli@speicalversion (7.3.1)
NextAngular Command

Last updated 5 years ago

Was this helpful?