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读数。