Тёмный

Angular 2 route parameters 

kudvenkat
Подписаться 836 тыс.
Просмотров 92 тыс.
50% 1

Опубликовано:

 

29 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@khalidkhan5308
@khalidkhan5308 7 лет назад
Today what i am only because of you. I am viewing every video you put here and enjoying. It's like a game of throne for me. When i came here i disable my ad blocked, but you deserve more.
@ProgrammingLover
@ProgrammingLover 7 лет назад
I like your words "It's like a game of throne for me." ... and that same for me too
@bhavinjadav8811
@bhavinjadav8811 7 лет назад
Hey, u right bro... he is genius.
@furqans.mahmoud4511
@furqans.mahmoud4511 6 лет назад
the same here
@microtech2448
@microtech2448 5 лет назад
Hi, just one question.. From where do you get such deep knowledge in every programming field, be it Angular, SQL, C#, MVC, Web Forms, jQuery, Web API, Web Services, literally anything.. what is your source of knowledge.. it is really incredible. You have vast knowledge in every thing. I hope you answer this :)
@Gamerthatpokemon
@Gamerthatpokemon 7 лет назад
I love your explanation, a average student like me will become a awesome developer because of your tutorial. Great job !!
@kamdemkakengne
@kamdemkakengne 4 года назад
Thank you so much Venkat !
@satvik7474
@satvik7474 6 лет назад
People like you are blessing! thank you for this! :)
@HorizonWave1807
@HorizonWave1807 7 лет назад
Please upload tutorial on Forms and Validation Angular 2. your tutorials are awesome. Thank you a lot.
@josephregallis3394
@josephregallis3394 6 лет назад
I had a problem with the Employee Details until I changed the port number to the same port number as GetEmployees(). When I click on another code, I still get EMP101 details? What confuses me also is in the text you say to remove the "hash" but when I look at your video when you put in emp109, you have a "hash" in the url? Right now I'm getting an error for "employeeData". It says "employeeData not defined".
@josephregallis3394
@josephregallis3394 6 лет назад
I can't get emp102 or any other emp to work. It will only show employee details for emp101 for any link I click on. I've used your code exactly from your blog and it just doesn't work! I've worked all day on this with no success. I'm going to move on with the videos and hopefully things will become more clear or there is a better way to get this to work!
@gauravoberoi962
@gauravoberoi962 6 лет назад
One question: in 9:47, why did you not add [] after IEmployee? You did that previously in emplyeeList.component.
@priyankarora3461
@priyankarora3461 5 лет назад
Gaurav Oberoi I think it is because here we are to return one one set of record and not an array of records.
@girishacharya227
@girishacharya227 7 лет назад
Thanks for the Angular 2 tutorial, I am learning a lot of things.
@troybryantIII
@troybryantIII 7 лет назад
I know you get alot of request but can you do one on angular animations. I can not get them to work with the angular CLI to work at all. Other wise I watch these vids as soon as they come out and refer to them often. These are better than an pluralsight course.
@learnwithanshika2017
@learnwithanshika2017 6 лет назад
ngOnInit method is not firing when we change only route parameter (eg. employees/emp101 --> employees/emp102). This appears to be a bug but can't find solution to this. Could you please explain how to fix this.
@josephregallis3394
@josephregallis3394 6 лет назад
I have the same issue. Can someone please give us a solution?
@bhavinjadav8811
@bhavinjadav8811 7 лет назад
I have applied it on web config. and put it on production server. But it is complaining about that bits. I am using framework 4.5.2 in .net and on production I have v4.0 ,Integrated, Filesystem pool. Am I doing something wrong?
@TubeAnkur
@TubeAnkur 6 лет назад
Hello sir.. You looks me like god of angular for people like me. . Thank you.
@RachitJain4U
@RachitJain4U 5 лет назад
Awesome :) Thanks :)
@mahmoudferaas272
@mahmoudferaas272 6 лет назад
i write this code {{employee.code | uppercase}} and nothing change on td
@raphaelbernard7954
@raphaelbernard7954 6 лет назад
After spending the whole day trying to find the answer to this issue I found that clearing my browser history was the answer?? As I was using Edge it saved and used that cached page despite the fact I had changed the employee.component.html page earlier that day?? Another factor that might have helped was I added this to my index.html as it seemed to be problem with Bootstrap?? I hope this helps.
@DecentProgrammer
@DecentProgrammer 3 года назад
thanks you sir
@tejashreesawant224
@tejashreesawant224 7 лет назад
Sir any more videos to come in for angular 2?
@ChathurangaBasnayakeCSB
@ChathurangaBasnayakeCSB 7 лет назад
Sir, please make tutorials of WPF application. Please sir.
@ProgrammingLover
@ProgrammingLover 7 лет назад
sir .. please make video tutorial on wpf or win form application too....
@mdhabib-xf1dc
@mdhabib-xf1dc 7 лет назад
i want to particular record details fetch but not correct out put pls tell me this my custom json when i concatinate id json givin erro not found export class DetailsService { public productId:any; constructor(private _http:Http ){} getDetails(id:any):Observable{ const url="./assets/product/product.json"+id; ----- here giving with id when i click all product comes thats not correctoutput return this._http.get(url).map( res=>{ const productinfo=res.json(); return productinfo; }) } }
@raqibul1000
@raqibul1000 7 лет назад
Thanks a Billions.
@davehee5494
@davehee5494 5 лет назад
wherer i can get the source code???? !!!!
@Gamerthatpokemon
@Gamerthatpokemon 7 лет назад
How do I use $compile in Angular 2 ? I am not able find any simple explanation on this, please cover this !!!
@bhavinjadav8811
@bhavinjadav8811 7 лет назад
Hi mate, are you using VS studio or other editor?
@Gamerthatpokemon
@Gamerthatpokemon 7 лет назад
VS studio :)
@bhavinjadav8811
@bhavinjadav8811 7 лет назад
Hi Saravanakumar, I have created a web using the method mentioned in the video. Now when I publish (using VS publish - File system methos) ,it doesn't work. Obviously, i need to do some more configuration to make it work on the server. Do you have any idea how it works?
@أمةالرحمان-ت4و
@أمةالرحمان-ت4و 7 лет назад
Thank you very much sir for this angular tutorial , can you please make a video about auto-complete textBox in angular please sir
Далее
Angular dependency injection
8:14
Просмотров 111 тыс.
Angular services tutorial
13:52
Просмотров 170 тыс.
Ванька пошел!!!! 🥰
00:18
Просмотров 1,4 млн
Angular 2 http service tutorial
22:15
Просмотров 211 тыс.
Angular 2 routing tutorial
17:38
Просмотров 130 тыс.
Observable retry on error
13:22
Просмотров 66 тыс.
Next.js 15 Breakdown (Everything You Need To Know)
18:10
Angular component output properties
16:56
Просмотров 154 тыс.
Bootstrap 5 Crash Course
1:11:15
Просмотров 485 тыс.
Angular Singleton Service
16:42
Просмотров 86 тыс.
Angular component lifecycle hooks
13:51
Просмотров 218 тыс.
TypeScript Crash Course
52:27
Просмотров 612 тыс.