daily Programming: Angular 小聚#6
Tags: daily-programming
Tensorflow.js
-
ChenKuan Sun
- 建議安裝 tensorflow.js 的時候確定版本,因為一直改版
- code
看吃多少記憶體
shift + esc
-
posenet: 別人寫好的 model 可以直接拿
-
edge computing: 邊緣運算
-
Object detection
@tensorflow-models/coco-ssd
-
install
-
npm install @tensorflow/tfjs-node
Schematics
-
Leo Chen
-
Schematics
- 應用
- 實作 Schematics
- 為 Schematics 選寫測試
-
Schematics ?
- 程式碼產生器
- Angular CLI
-
Ember CLI
-
angualr CLI v1.4
- Schematics
-
-
Schematics 的應用
-
ng new
-
ng generate
-
ng add
-
ng update
-
-
實作第一個
-
npm install -g @angular-devkit/schematics-cli
-
schematics blank --name=hello-world
-
src/collection.json
- 這裡顯示所有可以用的: schematics
-
-
npm run build
-
schematics .:hello-world --name=test
-
-
TypeScript Compiler API
-
高效 Coding 術: Angular Schematics 實戰三十天!
- TypeScript
-
都是 Node
-
TypeScript AST Viewer:
- https://ts-ast-viewer.com/
-