I have a confusion.. why did u include route in .module file for child, why didnt u make routing file for module ? Also for loadChildren why didnt u use .import and then ? Please reply
Ok , so it was just a single child route so I kept it in module file only … you can keep it separate in route file too … (its just to save time for demo purpose) And second if you will simply import then its not lazy loading, it would be like other imports … to load module on demand it should load using loadChildren only
@Nisha Singla Need your help in Lazy loading implementation i tried like attached but getting some error may be minor mistake please can you help me or any one can help me if they know
Hii mam I loved your way of explainsion..... before I could do ntg ...now am able to build website.. Please I request you to do vidoe about Shopping cart....how to create dynamically of adding and removing to cart... Please mam Thanks in advance
Hi, I have gone through your Angular tutorial. I want to ask you regarding jwt authentication in Angular. Please provide some information on how to implement Angular + JWT ?
how we will get augury in the browser developer tools after downloading from chrome extension ..can any one help me please..am able to get up to light house.
Hi, you're videos are really helpful, I have tried to install augury on my chrome, I am getting a 404 error, saying requested url was not found. Can you please help me with this?
Hi Nisha could you please make video on package and package.lock json , bit confusion on it , your explanation makes lifetime remembering the concepts.
Many thanks for very clear video. In Angular 12 I tried { path: 'settings', loadChildren: ./settings/settings.module#SettingsModule'}, but got a runtime error Cannot find module './settings/settings.module' Resolved it like this: import {SettingsModule} from './settings/settings.module'; export function getSettingsModule() { return SettingsModule; } const routes: Routes = [ { path: 'settings', loadChildren: getSettingsModule}, ];
Amazing explanation !!! You are just awesome. This really helps me. Thank you soo much.
Glad to help you 👍🏻👍🏻
Really it's nice and simple to understand. It's request to make more videos on angular.
Your angular playlist has been very helpful
Glad to know it helped you...
Tqu madam. I am getting more clarity from your videos.
Keep learning 😀😀
Your Angular videos is really Awesome. I am an experienced Angular ...Still to know more things...i liked all your videos
Oh man... Amazing explanation.. Thank you sooooo much 🥰
Very nice and clear explanation on this topic
Thank you 😊
I have watched your tutorials..Very Crystal Clear Explanation Nisha..
Thanks much 🙏🙏
@@NishaSingla ☺☺
Madam awesome video, your way of explanation and concept is a drug to me which I have addicted. Keep on posting, God bless you
Glad to know it helped 🙏
thank you @nisha singla. practical oriented class of angular
Thank you 😊
Its just awesome, I wish many more success come to your way. Its look like you're giving the best to share your knowledge.
Thanks a ton :)
Very well explained 👍
Thank you so much easily understanding
😀😀
Amazing!!, very simple madam.
Thanks for watching 🙏
Thanks for one of the best tutorial
Thanks for the video it helped a lot👍🏼
Very nice explanation, thanks Nisha
Thank you so much
Great explaination Nisha
Thank you
@@NishaSingla Im planning to move to angular from java. Your videos are helping a lot .
Can u share all this code to us plz
Great explation...
Nice 👍👍👍
Thank you 😊
Mam, on which version you currently showing demo
7.3.10
Nice tutorial
Hi nisha ..i just want to say you all angular lecture is mindblowing ..so you please make a video on ngrx ..that would be very helpful
Augury is working now???
thankyou for good explain
Glad it was helpful!
Too good..
Thanks..it could b greatful if you do some projects by using all these concepts .. reusable ui components👍👌
Thank u
You’re welcome 👍🏻
@@NishaSingla Osm Explaination by u , thank u for the video again
@@NishaSingla if u have time upload more videos of angular
@@NishaSingla osm Expalination
Thank you 🙏
How can i start with Angular. Please suggest
Hey you can watch my complete playlist on angular , i have explained step by step
Hopefully it will help you 🙏
Cool
Thank you
Please send me notes
Does angular lazy loading use to load module lazily or it is used to load particular component from module lazily ?
what about RoleGuard
How do I lazy load json data on scroll
I have a confusion.. why did u include route in .module file for child, why didnt u make routing file for module ? Also for loadChildren why didnt u use .import and then ? Please reply
Ok , so it was just a single child route so I kept it in module file only … you can keep it separate in route file too … (its just to save time for demo purpose)
And second if you will simply import then its not lazy loading, it would be like other imports … to load module on demand it should load using loadChildren only
@Nisha Singla Need your help in Lazy loading implementation i tried like attached but getting some error may be minor mistake please can you help me or any one can help me if they know
Hii mam I loved your way of explainsion..... before I could do ntg ...now am able to build website..
Please I request you to do vidoe about Shopping cart....how to create dynamically of adding and removing to cart...
Please mam
Thanks in advance
Glad to know it helped 🤞🏻🤞🏻
Hi, I have gone through your Angular tutorial. I want to ask you regarding jwt authentication in Angular. Please provide some information on how to implement Angular + JWT ?
how we will get augury in the browser developer tools after downloading from chrome extension ..can any one help me please..am able to get up to light house.
👍
Thank you 😊
very short clear explanation
Glad you think so!
Madam... I need angular and ng material training on online basis... Wil u give me training?
Hi, you're videos are really helpful, I have tried to install augury on my chrome, I am getting a 404 error, saying requested url was not found. Can you please help me with this?
Not sure about exact issue . Can u try once from this url
augury.rangle.io
@@NishaSingla it's showing 404 error can u give any solution mam plz
while creating component getting below errors
PS D:\Study\Medical> ng g c page-notfound -is -it
Error: Unknown argument: i
Augury is not working for chrome, can you provide better alternatives please..
I am using it in chrome itself , what issue u r facing?
I am getting error
TypeError:load children is not a function
Please tell me how to solve
Hi Nisha could you please make video on package and package.lock json , bit confusion on it , your explanation makes lifetime remembering the concepts.
hello please share the web API
integration tutorial
Many thanks for very clear video.
In Angular 12 I tried { path: 'settings', loadChildren: ./settings/settings.module#SettingsModule'}, but got a runtime error Cannot find module './settings/settings.module'
Resolved it like this:
import {SettingsModule} from './settings/settings.module';
export function getSettingsModule() { return SettingsModule; }
const routes: Routes = [
{ path: 'settings', loadChildren: getSettingsModule},
];
Hey thanks for sharing your observations.. Its helpful for all 😀👍🏻
showing 404 error
Plz send the notes
1, How to connect Back-end Api in angular .
2, host the angular project.
Post this 2 video madam