Please install material UI. Then import the matTablemodule. For more reference please check with GitHub source code Additional support please join membership. Will check through remote
Follow the steps in video. Code is only for reference.. If you face any issue just cross check with code. If still you struggling share the error details then only I can help you
Sir query on json server for a particular data. I am receving big json data by api response now need to generate mis report on this, Pls show some way out
I recommend to use real time api. Json server is kind of fake api. While learning UI technology if you don't have api then you can use this json server api
also what is companydata in this video u haven't said where it came from, also u have created one ts file called model.ts ,which also u haven't explained , sir please clarify that area, i am watching so many times again and again
Have you done unit testting of this in any video?
Yes check my angular playlist
can't bind to 'dataSource' since it isn't a known property of 'table'. i can't fix this error
Import the matTablemodule in the app.module
@@NihiraTechiees for me also , even after import , still error remains
Share the source code or files to my mail
I am also having the same issue, I Was not able to resolve it. Please share mail id
Please install material UI. Then import the matTablemodule. For more reference please check with GitHub source code
Additional support please join membership. Will check through remote
Hi
I'm not able to add datas. I download code in github. same code only. I didn't modify anything. But I'm not able to do CRUD ..
Follow the steps in video. Code is only for reference.. If you face any issue just cross check with code.
If still you struggling share the error details then only I can help you
Same problem
Sir, update method kku new components create panni oru video podunga please
Sure
Sir how the id is auto incremented
It's inbuilt property of json server api.
Nice video, very helpful
Thanks
u are the best. Keep going :)
Thanks for the booster
Sir query on json server for a particular data. I am receving big json data by api response now need to generate mis report on this, Pls show some way out
I recommend to use real time api. Json server is kind of fake api. While learning UI technology if you don't have api then you can use this json server api
do you have post GitHub
github.com/nihira2020/jsoncrud
@@NihiraTechiees Thank You so much
sir what is companymodel[ ]
also what is companydata in this video u haven't said where it came from, also u have created one ts file called model.ts ,which also u haven't explained , sir please clarify that area, i am watching so many times again and again
It's act as the model file. But it's not mandatory
Superb sir
Thanks
Id is not getting disabled I tried many times
Share the code, you added for disable
@@NihiraTechiees companyform = this.builder.group({
id: this.builder.control({ value: '', disabled: true }),
name: this.builder.control('', Validators.required),
empcount: this.builder.control('', Validators.required),
revenue: this.builder.control('', Validators.required),
address: this.builder.control('', Validators.required),
isactive: this.builder.control(true),
});
@@NihiraTechiees please share your mail I'll send you the screen shot