1.
npm install --save esb-tutorial-schema
或 ng add esb-tutorial-schema
2.
可選擇其一如下做法
A.
add the following to angular.json
"cli": {
"defaultCollection": "esb-tutorial-schema"
}
ng g esb-service --name MyApp
B.
ng g esb-tutorial-schema:esb-service --name MyApp