Angular 2 Tutorial (2016) - Routing with Parameters

preview_player
Показать описание

Angular 2 Tutorial on how to use Parameters with the Angular 2 Router.

Get into developing Angular 2 applications instantly! Please share, like and comment if you like the video!

This course will teach you all the fundamentals of the current Angular 2 Beta and will prepare you to write actual Angular 2 web applications.

We will cover Directives, Components, Template Syntax, Two-Way-Data Binding, Services, HTTP (GET and POST) and much more!

Have fun and please leave a like or comment if you like (or dislike) this video or this series!
Рекомендации по теме
Комментарии
Автор

Thank you Max. This is the greatest series I've never seen before. Gained many benefits from these videos. Thanks again.

syneyshen
Автор

Hey Max, just wanted to thank you for all knowledge you shared with us here. It is really easy to follow. I'm already creating my own app!!!

velimirlazarevic
Автор

amazing tutorial series, best I've seen for a while! Im really liking Angular2 over React, they are very simular but coming from react im liking what angular are doing, its more of a hassle to force react libraries to work with each other so im happy angular is adding the most common use cases built-in.

Ultriix
Автор

Did I miss some tutorial?

The last one you finished the routing. Now, you are creating the New Contact from contact, but you already have the Create New Contact done.

Taking advantage to thank you for your tutorials, when I finished it, I will take deep with your course in udemy.

felipebertao
Автор

Great series! But in this one I got some errors when trying to handle the RouteParams in the NewContactFromContact component. They way to solve this was to import RouteParams, _import {RouteParams} from "angular2/router";_ and also and change the _this._routeParams.lastName_ to

Keep up the good work!

shahoawier
Автор

When i refresh the page at /newContact /{name} the page does not load - it cannot find the .js files i add in index.html. How can i deal with it?

standy
Автор

i am using angular cli they show error no module RouteParams

tejadeep
Автор

RouteParams is already deprecated, you should use RouteSegment instead:

kirillstiopin