Angular 5 Tutorial + CRUD App




An Angular 5 tutorial + CRUD app for beginners and non-beginners. Click on the times below to jump straight to that section: 1) 00:14 – Topics 2) 00:29 – Demo …

Original source


32 responses to “Angular 5 Tutorial + CRUD App”

  1. This is a great tutorial, thanks a lot! is there any way to setup a boilerplate only or anything that is lighter than a nearly 200 MB package, instead of the huge lot of data that comes after the "ng new angular-tutorial" command, though? It feels for me it's like using a nuke to kill an ant…

  2. At 28:14 I got an error (Module not found: Error: Can't resolve 'rxjs/observable/of'). After some googling I fixed it by combining the 2 rxjs imports into —-> import { Observable, of } from 'rxjs'; Hope this helps someone else with the same issue.

  3. this is great. I don't know how your app is auto compiling every time and showing results on the browser. I am using visual studio code and I seem to have to keep putting ng serve –open all the time even for small change.

  4. Great tutorial you are cover every important thing in one video that is enough for create Angular app. I have an experience with angular but your video is a conclusion to what I has learn for 3 month.

Leave a Reply