install angular cli
npm i -g @angular/cli
ng new x-web
create .gitignore
touch .gitignore
ng g m features/records --routing
ng g c features/records
ng g s features/records
ng g m components/x-table
ng g c components/x-table
import your httpClientModule
Sorry, I'll have to go.
Top comments (0)