项目作者: khachornchit
项目描述 :
Front-End development using Angular 8 and Bootstrap 4 with CRUD functional.
高级语言: TypeScript
项目地址: git://github.com/khachornchit/Angular8.git
Angular 8
Front-End development using Angular 8 framework and Bootstrap 4 with CRUD functional.
Technology Stack
Setup Guide
General Angular CLI
- ng g c [component name] —spec=false —s
- ng g s [service name] —spec=false
- ng g cl [model name] —spec=false —type=model
- ng update @angular/core
How to uninstall and re-installation Angular CLI