angular springboot recipe app 源码
curl -X POST https://floating-beyond-06948.herokuapp.com/auth/users/register --header "Content-Type: application/json" -d '{"userName":"test","emailAddress":"test@test.com","password":"test123"}' 配方前端 该项目是使用版本11.2.6生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|class|
用户评论