I love you my friend! Thanks for sharing your knowledge.
@NihiraTechiees Жыл бұрын
Thanks 👍
@CSDuck Жыл бұрын
In an ocean of broken Angular projects I stumble upon this treasure! India is huge country with many of people, dialects and accents. Some are really hard to bear sometimes for long periods of time. But you are so well articulated that I could listen to you explaining things for hours. This tutorial is great and I would recommend to anyone interested in this technology to follow it from start to finish. I wish you all the best in programming, teaching and other aspects of your life! Best regards from Serbia! P.S. I noticed that you write things in small letters, for example "datasource" instead of "dataSource". It might be a silly question but iWasWonderingBecauseIGotUsedToTypeLikeThisBecauseOfJava. Is this convention wrong to use in TypeScript ?
@NihiraTechiees Жыл бұрын
Thanks for your wonderful words. There is no conversion issue... Sometimes if you declaring "Name" but you binding as "name". Then it will be problem so I always using small letters. Just for remembering
@manyiwatuka2 ай бұрын
Done. A nice video.
@NihiraTechiees2 ай бұрын
Thanks
@parmeshwarchavan7458Ай бұрын
Nice
@NihiraTechieesАй бұрын
Thanks
@parmeshwarchavan74589 ай бұрын
Very nice
@NihiraTechiees9 ай бұрын
Thanks
@jeanchristophegomis465018 күн бұрын
Great course ! But i dont know how to implements StoreModule.forRoot and EffectsModule.forRoot in a standalone component?
@NihiraTechiees18 күн бұрын
kzbin.info/www/bejne/r2qaf6CQmrmpnqM follow this video..for standalone we need to use providers.
@VijayKumar-fq4ie Жыл бұрын
Good one bro
@NihiraTechiees Жыл бұрын
Thanks brother👍
@SumitKhanduri9 ай бұрын
quick question, in App.effect.ts file why you created it you could have created a reducer instead of an effect just to understand meaning instead of an effect file in common why you didn't created a reducer file in it
@NihiraTechiees9 ай бұрын
App.effect I created for handling alert only. It's not change/update our actual state. Just assume you have two different menu for both we created effect, reducer, state and action. Also if I included alert logic I just duplicating the alert code that's why created common effect file. For state modifications done through respective reducer
@AlexsanderWilen-tw3sv7 ай бұрын
hello! I hope you are well!! I have enjoyed your videos, your teaching, congratulations!!! to ask you a question, I have been trying to use this development with the form without opening it via popup but I am not able to do so after editing trying to insert the data it is not clearing it. When you have time, could you record a video with the form without using a popup? Thank you very much in advance.
@NihiraTechiees7 ай бұрын
Thanks. It's possible to achieve with normal form, will cover this in future videos
@minnumerinalex62623 ай бұрын
All the newly created associate's id is 0 and it is saved in db.json with id 0 and only the associate listing is showing is because of id+1 implementation in the effect. how to save the id properly? Please guide.
@NihiraTechiees3 ай бұрын
Json server api concept basically it will generate id automatically.. If you feel it's not generated. Pass the id also in the request (effect section)
@venkatkalyan6606 Жыл бұрын
Am getting error at 1:06:58 getassociatesucess({obj:data}) It says type asssociates is missing the following properties …. In actions.ts the expected type comes from property obj which is declared here on type ‘{obj :Associates } ‘ Can someone help me with this
@NihiraTechiees Жыл бұрын
Have you created interface associates
@venkatkalyan6606 Жыл бұрын
@@NihiraTechiees yes I did
@NihiraTechiees Жыл бұрын
Look like it's not imported top.
@venkatkalyan6606 Жыл бұрын
@@NihiraTechiees I did import too
@venkatkalyan6606 Жыл бұрын
@@NihiraTechiees also at 1:08:54 This.store.dispatch (getassociate{Id : code}) Am greeting error for id : code saying Argument of type '{ code: number; }' is not assignable to parameter of type 'Action'. Object literal may only specify known properties, and 'code' does not exist in type 'Action'.
@mahdiandalib186 Жыл бұрын
thx, create a full web app using angular with admin panel
@NihiraTechiees Жыл бұрын
Sure👍
@kishoremukherjee61398 ай бұрын
Your code has an issue, while adding the associate you are not making any change in id, you only update id for displaying. It affects the delete functionality. I pulled the code you have in github, and the problem is there in your code too. I wish you gave a solution for that
@NihiraTechiees8 ай бұрын
I am using json server api it will generate id automatically since you not provide any value
@Naveenkumar-yy5hq Жыл бұрын
How add vertical screen bar in this table
@NihiraTechiees Жыл бұрын
Check my material UI series
@pranavverma37 Жыл бұрын
tell me the differnce b/w ngrx entity and ngrx effect
@NihiraTechiees Жыл бұрын
Effect is the place for handling http services. Entity is the concept for code optimization ( if you have common function in different menu then we can create common entity) For more details follow my angular ngrx playlist
@josephcamillus7447 Жыл бұрын
41:12 I don't get data in array. What can I do?
@NihiraTechiees Жыл бұрын
Are you getting any error?
@josephcamillus7447 Жыл бұрын
Thanks for teaching such a real time projects, it helped us to develop our skills. Thanks a lot❤
@SumitKhanduri11 ай бұрын
Hi Nihira Sir, I am getting compile time error "Invalid number of arguments, expected 0" on line number 19 ie., "return loadAssociateSuccess({list: data})" i have followed exact step, i am on angular 17 Please help !!
@NihiraTechiees11 ай бұрын
Did you run json server api?
@SumitKhanduri11 ай бұрын
@@NihiraTechiees yes sir my json server is running. I m on 33:00 till that time i have ran everything successfully. It just that on associate.effect.ts i am getting this issue on line number 19 of method “_loadassociate” and same on line number 21 also
@abhikarne7 ай бұрын
While Displaying data , Every time Api Got Called Or m I getting Wrong
@NihiraTechiees7 ай бұрын
That we can customize.... Every time if you calling api it will affect performance
@athul03 Жыл бұрын
What is this associate? is it same as admin?
@NihiraTechiees Жыл бұрын
It's just like customer just master screen
@jecica196 Жыл бұрын
I think I followed every step in that video, but I don't know why the API call is being triggered multiple times when saving the form. Could somebody help me? Here is the repository link: Is a Github link, and the account is TsaiTsaiChieh, repository name is ngrxcrud (KZbin could not leave the link...)
@NihiraTechiees Жыл бұрын
Will check and update you
@jecica196 Жыл бұрын
@@NihiraTechiees Thank you very much, I have been searching for a long time to debug, but I still don't know the reason...
@YtSeshomaru11 ай бұрын
Maybe it could the same problem. Cancel button triggers update too
@gfxtechstudio6965 Жыл бұрын
Peoples like you make things worse, by writing un-maintainable code and increasing company cost. These things can be achieved with 50% less code as well.
@NihiraTechiees Жыл бұрын
Please understand KZbin videos are just sharing ideas and concepts. It's not final solutions.