Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CRUD Operation in Angular2 [closed]

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.

like image 285
deen Avatar asked Aug 27 '26 11:08

deen


1 Answers

Best way to learn Angular 2 is to follow official documentation. First, finish the 5 Min Quickstart tutorial. Then follow The Hero Editor tutorial which 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.

like image 66
Stefan Svrkota Avatar answered Aug 29 '26 01:08

Stefan Svrkota