项目作者: khachornchit

项目描述 :
Front-End development using Angular 8 and Bootstrap 4 with CRUD functional.
高级语言: TypeScript
项目地址: git://github.com/khachornchit/Angular8.git
创建时间: 2019-10-11T13:54:44Z
项目社区:https://github.com/khachornchit/Angular8

开源协议:MIT License

下载


Angular 8

Front-End development using Angular 8 framework and Bootstrap 4 with CRUD functional.

Technology Stack

  • Angular 8
  • Bootstrap 4

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