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.
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 :)
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".
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!
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.
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.
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?
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.
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; }) } }
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?