Angular 16 練習

網站 Build your first Angular app

啟動json server

以db.json做為測試用的API

json-server --watch db.json

啟動dev server

ng serve --open