Hi, I'm from Argentina and I really appreciate the video and sharing your knowledge.
@NihiraTechiees Жыл бұрын
Great. Thanks for your wonderful words
Жыл бұрын
baby and rooster sounds in the background have an effect. nice and nice explanation :) thanks
@NihiraTechiees Жыл бұрын
Future videos, try to have better background
@igorr46827 ай бұрын
To all programmers who believe they can teach others solely based on their technical knowledge, it's crucial to recognize that proper English and pronunciation are just as important, if not more so, than your technical expertise. Teaching effectively requires clear communication, and that includes being able to articulate concepts in a way that others can easily understand. So, while your knowledge is undoubtedly valuable, it must be conveyed with clarity through proficient language skills.
@NihiraTechiees7 ай бұрын
Thanks for your feedback. Will try my level best
@jamesngige8560 Жыл бұрын
This is amazing man, effortless and perfect. Good job
@NihiraTechiees Жыл бұрын
Thanks for the wonderful words👍
@rodriguebazie1373 Жыл бұрын
please Sir, i have a problem with my chart.js, my graph are without color , it is gray, please help me
@NihiraTechiees Жыл бұрын
Have you added the styles?
@ndi09012 жыл бұрын
Failed to create chart: can't acquire context from the given item. How ?
@NihiraTechiees2 жыл бұрын
Please cross check with my source code. Link available in description Other wise send me mail
@neejpatel62069 ай бұрын
Sir actually if i want to render chart based on user selection like when user select particular chart name from dropdown then only that chart i want to render then how i can implement this
@NihiraTechiees9 ай бұрын
Instead of load all chat same time.... Just have once element in html side.... Also have one dropdown..... Based the report selection pass repor type and data as parameter and Re render once again.
@neejpatel62069 ай бұрын
@@NihiraTechiees ok sir thanks
@marghuburrahmanansari49522 жыл бұрын
Please make video on full calendar which include add, edit events also in angular without using angular material
@NihiraTechiees2 жыл бұрын
Will upload on upcoming weeks
@liyanashirin56642 жыл бұрын
Hi Sir, I am trying to get the ngx line chart to get data from api. I am using Angular 13 and spring boot for backend. Is there any example i can follow.
@NihiraTechiees2 жыл бұрын
Ngx i will create future
@laxminagardhane7693 Жыл бұрын
Hi where to use mychart constan its saying its unused
@NihiraTechiees Жыл бұрын
did you followed all steps. also cross check with my GitHub source
@AudioXlyrics-i8w8 ай бұрын
bro i have a quest after one year of uploadin this video😁😁 that which method do u use to show data of component in page of chart there I see that u not even open the chart page during routing how ? pls anyone who know 's pls reply ..
@NihiraTechiees8 ай бұрын
I am unable to remember so could you send mail with details
@benjack9459 Жыл бұрын
how to remove a grid in the chart?
@NihiraTechiees Жыл бұрын
Are you still facing issue?
@ApurvTripathi-mc3iy Жыл бұрын
Trying with your code, only getting 2 charts (bubble & scatter only) !!
@NihiraTechiees Жыл бұрын
Follow the steps in video
@ApurvTripathi-mc3iy Жыл бұрын
even tried with your code base also@@NihiraTechiees
@muhammedfaisan77152 жыл бұрын
Sir how to update image using api in angular
@NihiraTechiees2 жыл бұрын
kzbin.info/www/bejne/laa6nKuvgcqAo7s follow this video
@muhammedfaisan77152 жыл бұрын
Thank you sir ❤
@Shubham-vt7gp Жыл бұрын
Line chart???
@NihiraTechiees Жыл бұрын
Line char also included
@gladisxavier24302 жыл бұрын
Please make one video regarding Multi Step Form with Step Progress Bar in angular bro
@NihiraTechiees2 жыл бұрын
Multi step form? Could you explain me more
@gladisxavier24302 жыл бұрын
@@NihiraTechiees bro its look like multi step form slider single page but fill the page first page in the form top page 1 is there then after filled the page below next button is there if u fill fille the page then move page 2 slider like that bro page 1 page 2 page 3 page 4 ... availabel in the top every page after fill below next button is there after complete the final page then submit the whole form like that bro
@NihiraTechiees2 жыл бұрын
Got it
@alvarobernabey23382 жыл бұрын
i love you bro thanks for anythings tkm
@NihiraTechiees2 жыл бұрын
Thanks for the support, if possible try to join our membership
@nerdiloo98632 жыл бұрын
Very nice. Has anyone tried making a clickable bar chart (i.e. you click a bar it takes you to page A, click another it takes you to page B etc.) in Angular? I've tried based on their API section of the docs but get the "Cannot read properties of undefined (reading 'getElementsAtEventForMode')". Thanks. Update: figured it out. I was using 'this' in an anonymous function instead of the fat arrow => , so 'this' was the wrong context. All good.