[TOC]
>[success] # Angular8開發拼多多WebApp
[angular API](https://angular.cn/guide/glossary)
[angular官網](https://angular.cn/)
接下來講的 **Angular** 內容涵蓋有 **基礎知識** 與 **實戰**
>[success] ## 基礎知識
* **組件/指令**
* **模塊/路由**
* **依賴注入**
* **rxjs/Http**
>[success] ## 基礎知識
* **環境搭建**
* **例子**
* **組件實戰**
- Angular8開發拼多多WebApp
- 框架對比
- 環境搭建與項目創建
- 開發工具配置
- 初始組件
- ngFor指令
- ngIf指令
- 樣式綁定的幾種方式
- 組件生命周期
- 在組件類中引用模版(類似vue 的 ref)
- 雙向綁定
- 什么是模塊
- 【以下目錄未完成】什么是注解(裝飾器)
- 指令的概念
- 組件的事件綁定和樣式綁定
- 組件嵌套和投影組件
- 路由概念
- 路由實戰
- 路由URL和參數
- 管道的概念
- 依賴注入
- 臟值檢測
- HTTP 概覽
- Postman 和 Rest Client 調試 HTTP
- Rest API
- HttpClient 修改
- Http 攔截器 HttpInterceptor
- 其他
- Angular終極課程
- RxJS快速入門