typescript Angular2 中的 CRUD 操作
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39138467/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
CRUD Operation in Angular2
提问by deen
I just started Angular2. I want to create CRUD App in angular2, I searched on net and I found many but all were outdated. Can any one provide me link to get started with CRUD operation Angular2.
我刚开始使用 Angular2。我想在 angular2 中创建 CRUD 应用程序,我在网上搜索,发现很多但都过时了。任何人都可以提供我链接以开始使用 CRUD 操作 Angular2。
回答by Stefan Svrkota
Best way to learn Angular 2 is to follow official documentation. First, finish the 5 Min Quickstart tutorial. Then follow The Hero Editor tutorialwhich is basically a tutorial for creating CRUD application with some other very useful components, such as routing, which is essential to any application you might create in future. After completing this, you can try to create your own CRUD application to check if you got a hang of things in Angular 2.
学习 Angular 2 的最佳方式是遵循官方文档。首先,完成5 分钟快速入门教程。然后遵循The Hero Editor 教程,该教程基本上是使用其他一些非常有用的组件(例如路由)创建 CRUD 应用程序的教程,这对于您将来可能创建的任何应用程序都必不可少。完成此操作后,您可以尝试创建自己的 CRUD 应用程序来检查您是否对 Angular 2 有所了解。
回答by Harshal Sawant
Angular 2 official documentation is good choice but I found https://www.barbarianmeetscoding.com/blog/categories/angular2-step-by-step/interesting and easy to understand.
Angular 2 官方文档是不错的选择,但我发现https://www.barbarianmeetscoding.com/blog/categories/angular2-step-by-step/有趣且易于理解。