This man is my favorite Angular 4 teacher because his teaching style makes him unique. Please make more videos for Angular 4, I have no money to buy your course. Thank you for knowledge sharing.
Good explanation on the routes, all angular tutorials have the route in a routing module. Maybe you could update video but this gave me just enough information to continue
sir please give video on below topic- 1.Highchart in angular 8 how use 2.Ag Grid in angular 8 3.NGRX advance thing 4.RXJS operator 5.Angular material 6.Flex 7.angular CDK
Could you please explain about lazy loading in the concept of login without header, footer and login dashboard with header and footer ? Nobody explained about in youtube ?
Hello, thaks. But how to send several options in path??? for example - array = ['tab1',' tab2', 'tab3'] path: 'any item of array' - component: Component.
Hi, I have done what you have mentioned in this video. When I deployed this to Azure it works fine but when I try to enter the url directly and press enter, page never loads. Application unable to find it. What is the solution of this please.
All modern JavaScript frameworks uses TypeScript in their syntax, so typically this is TypeScript code to write Angular2+ (NOT AngularJS) framework code.
Hi Mosh... Videos are awesome... I have a question... For some reason when I use routerLink and connect angular to node.js server then when I type the URL then a get request is sent to the node server instead of routerLink mapping the URL to angular component. How can we avoid this behavior of sending a get request?
Can someone point me to the video where http module is described in Angular (not the node js video). At the start of this video, he references a previous video with http module.
I've got an issue routing on server. when I deployed my project to the server, the query parameters no longer work for me. My index.html page has a base ref (), when I remove the "." in the href, the routing and query parameters works fine; but without the "." the entire page becomes blank on the server. Any Idea on what to do?
hi, how i can use queryParams for my child modules, for e.g: i can get params by click one item from list, and its navigating to another page , url also showing the clicked items id,, if i am using aside menu application, from there i want to select another category with same params how i can use same params to another some components or module Pls advice.. Thanks in advance...
Hello Mosh, I have a problem. Everything works perfectly fine (like you always says :D ) but if I deploy my page to the real server (after optimisation) weird thing starts to happen. The app can navigate, routeLinks do what they are supposed to do, but when I refresh the browser or write something manually into URL line, I always get 404 Not found. Why it works on localhost but it's broken on a remote server? (only difference is angular cli doesnt run on server side )
I just created two routes, the empty one ' ' and other 'stuff', and this second route doesn't work, i am getting this error message: ERROR Error: Uncaught (in promise): EmptyError: no elements in sequence can you help me?
What line of code in my component.ts will take me to another URL like ESPN.com? Ive tried this.router.navigateByUrl('www.espn.com/'); and it gives me a 404 like it's trying to route inside my app. I want to go outside my app onto the internet.
github.com/mobile-apps-2019/fake_github_api here is the fake GitHub users API for the public. 1- Download the zip folder 2- Run it with node app.js 3- Open localhost:3000 (You will get the hello world message). 4- Modify the URL with localhost:3000/users/aython. (Keep the node app.js terminal in running state.). 5- Get the data from the API and populate that in your page.
As I have commented before, your lecture is awesome. And I have never been such lecture before. Thank you so much.
This man is my favorite Angular 4 teacher because his teaching style makes him unique. Please make more videos for Angular 4, I have no money to buy your course. Thank you for knowledge sharing.
tariq ali true
Best teacher i have ever seen.
one of the best series on angular...your teaching style is quite convincing. Thanks you so much Mosh. You are doing a fantastic job !
Very clear and without going into complicated things. A perfect introduction
your teaching method is really very nice.
i like your explanation ...............vert clear....
Great explanation man, I just got everything in first watch only. Thanks man ♥
Thanks Mosh It works😉😉👌👌❤❤
I struggled with programming for years until I saw your videos
Thank you! nice format
You're an amazing teacher, thanks so much for sharing knowledge
Mosh! Great Video. Easily Understandable. Just subbed.
love the way you say "so"
So good tutorial
Great course, i was at this point with my project. This helped a lot
Thank you Mosh. This is great
Good explanation on the routes, all angular tutorials have the route in a routing module. Maybe you could update video but this gave me just enough information to continue
sir please give video on below topic-
1.Highchart in angular 8 how use
2.Ag Grid in angular 8
3.NGRX advance thing
4.RXJS operator
5.Angular material
6.Flex
7.angular CDK
Best Explanation
Thanks a lot for this video! It was really helpful for me :)
where is the ZIP file? Nice Video...thanks...:)
Mosh, This was extremely helpful. Thank you so much.
Mosh, you are the fuckin OG of programming. Stay so!
Helped a lot. Thanks!
Good explanation
Good tutorial.Thank you very much !
Thanks for awesome one
Thanks mosh ur great tutor..😊
Thank you so much very helpful
You are the champ man 🙏🙏
Super!
thank you sooooooooooooooooo much
Hi Mosh!! Like all of your vídeos!! Wish you upload an easy-stepbystep netcore-Angular security for users credentials!!
Nice informaion
nice video superb explanation i suggest to who ll going to learn beginner please watch him videos thank you
i loved it
How to setup route for big project by dividing router modules. Also What is lazy loading in angular ?. Please do a tutorial in angular 7
Thank you so much Mosh ,can you explain named router-outlet
nice experience
I wonder where the zip file with the code is....
I'd like to buy this course, but Angular 4 is a very old version. What do you think?
Thanks Mosh ..
cant find the attached zip file. how can get it to follow along?
Thank you!!!!!
Too good
Is it possible to implement pathlocationstrategy and hashlocationstrategy in a project at time?
Could you please explain about lazy loading in the concept of login without header, footer and login dashboard with header and footer ? Nobody explained about in youtube ?
Hello Mosh, you have not attached a .zip file for this lecture
Hello, thaks. But how to send several options in path??? for example - array = ['tab1',' tab2', 'tab3'] path: 'any item of array' - component: Component.
Can I use routes without and replace the whole page?
Hi, I have done what you have mentioned in this video. When I deployed this to Azure it works fine but when I try to enter the url directly and press enter, page never loads. Application unable to find it. What is the solution of this please.
So much information in less time. Other way to put it, more information in given time.
Thanks, nice lectures.
I didn't can export trigger as let fade, because it is not hoisted. So the export as var works. What I did do wrong?
I can't find the ZIP file attached. It would be more helpful if zip file is provided.
great...
cant find the zip?
Hey Mosh where I can find the zip file of this code, I am not able to find in desc.
I had some poblem with the always active link which refer to "/". That's the sollution of this problem:
Home
Is this TypeScript example or AngularJs example????
All modern JavaScript frameworks uses TypeScript in their syntax, so typically this is TypeScript code to write Angular2+ (NOT AngularJS) framework code.
Hi Mosh... Videos are awesome... I have a question... For some reason when I use routerLink and connect angular to node.js server then when I type the URL then a get request is sent to the node server instead of routerLink mapping the URL to angular component. How can we avoid this behavior of sending a get request?
Liked!
Can someone point me to the video where http module is described in Angular (not the node js video). At the start of this video, he references a previous video with http module.
I've got an issue routing on server. when I deployed my project to the server, the query parameters no longer work for me. My index.html page has a base ref (), when I remove the "." in the href, the routing and query parameters works fine; but without the "." the entire page becomes blank on the server. Any Idea on what to do?
hi, how i can use queryParams for my child modules,
for e.g:
i can get params by click one item from list, and its navigating to another page , url also showing the clicked items id,, if i am using aside menu application, from there i want to select another category with same params
how i can use same params to another some components or module
Pls advice..
Thanks in advance...
How to set multi level route of products, I am using route Param but it's working only level
Please someone send me the link of "Consuming Https services" lecture. I can't find it in your videos collection.
What is the difference between:
[routerLink]="['/followers',follower.id]"> to
routerLink="/followers/{{follower.id}}"?
both seems to work fine ....
There is no zip file attached to this lecture
Hello mosh
How can I delete the components?
If you shares this video please also provide a corresponding ZIP file !!!!
Hi, not finding the attachment.
npm install doesn't get me all the packages in my app module
Hello Mosh, I have a problem. Everything works perfectly fine (like you always says :D ) but if I deploy my page to the real server (after optimisation) weird thing starts to happen. The app can navigate, routeLinks do what they are supposed to do, but when I refresh the browser or write something manually into URL line, I always get 404 Not found. Why it works on localhost but it's broken on a remote server? (only difference is angular cli doesnt run on server side )
I just created two routes, the empty one ' ' and other 'stuff', and this second route doesn't work, i am getting this error message: ERROR Error: Uncaught (in promise): EmptyError: no elements in sequence
can you help me?
I have this error core.mjs:8506 ERROR Error: Uncaught (in promise): Error: NG04002: Cannot match any routes. URL Segment:
where is the zip file?? can you give me the link of the repo please?
What line of code in my component.ts will take me to another URL like ESPN.com? Ive tried this.router.navigateByUrl('www.espn.com/'); and it gives me a 404 like it's trying to route inside my app. I want to go outside my app onto the internet.
routerLint="/followers/{{id}}" doesnt work?
Hi. Can you share the code on GitHub?
can you please share it with us?
where is the zip file?
have you got zip file?
where can i get it?
it's a part of course.
16:30
where is the zip file attached
Where is the Zip file.
Sir where is that zip file to download :(
it's cost 350$ ?
I feel your smile quite cunning. Why do you smile like that.
Where is the zip file
github.com/mobile-apps-2019/fake_github_api
here is the fake GitHub users API for the public.
1- Download the zip folder
2- Run it with node app.js
3- Open localhost:3000 (You will get the hello world message).
4- Modify the URL with localhost:3000/users/aython.
(Keep the node app.js terminal in running state.).
5- Get the data from the API and populate that in your page.
very helpful thank you
I can't find the ZIP file attached. It would be more helpful if zip file is provided
where is the zip file?
where is the zip file?
Where is the zip file?