recipe app
1.0.0

> git clone https://github.com/jwill9999/recipe-app.git
> cd recipe-app
> npm install
> ng serve
To Log In to example project
> User : [email protected]
> password: 123456
> Create a src/app/services/.configuation file
> add a FIREBASE AUTHENTICATION config file which you can obtain when you create a firebase app auth account.
> example code can be found in the configuration.example.ts file
涵蓋所有角度4更新的全面角度應用程序。該項目著重於成功實施現代角度應用所需的關鍵功能和技能。對代碼進行了評論,以方便參考,下面的鏈接提供了其他資源。使用RXJS可觀測值的HTTP訪問齊全的功能性CRUD操作。
成分
authguards
火基身份驗證
個性化
服務
形成反應性和模板
HTTP請求
可觀察到
路由激活的環境和參數
輸入和輸出裝飾器
食譜和購物清單的CRUD操作
數據庫間的分解
型號
創建指令
...僅舉幾個
角文檔
角度API參考
CLI快速啟動模板
路由
管道
部署
推薦的Angular 4教程MaximilianSchwarzmüller
該項目是用角CLI生成的
為開發服務器運行ng serve 。導航到http://localhost:4200/ 。如果更改任何源文件,該應用將自動重新加載。
運行ng generate component component-name以生成新組件。您也可以使用ng generate directive/pipe/service/class/module 。
運行ng build以構建項目。構建工件將存儲在dist/目錄中。使用-prod標誌進行生產構建。
運行ng test以通過業力執行單元測試。
運行ng e2e通過量角器執行端到端測試。在進行測試之前,請確保您是通過ng serve提供應用程序的。
要在Angular CLI上獲得更多幫助,請使用ng help或查看Angular CLI讀數。