Great way of teaching...simple and straight forward.
@NihiraTechiees Жыл бұрын
Thanks🙏
@LavanyaVeluswamy Жыл бұрын
Extra ordinary content. Thank you so much
@NihiraTechiees Жыл бұрын
Glad you enjoyed it
@micUrCr7 Жыл бұрын
Bro easy to learn angular nobody likes teach you awesome 😍
@NihiraTechiees Жыл бұрын
Thanks
@nemanjasavic98592 ай бұрын
Great video! 👏
@NihiraTechiees2 ай бұрын
Glad you enjoyed it
@YoanGabriele8 ай бұрын
Thank you for the tutorial!
@NihiraTechiees7 ай бұрын
Glad it was helpful!
@prasadmusini-w9x Жыл бұрын
simply superb
@NihiraTechiees Жыл бұрын
Thanks
@prasadmusini-w9x Жыл бұрын
@@NihiraTechiees we are not updating the user here we are fetching user details and displaying on form but when i submit the form new record will get adding in json-server...
@NihiraTechiees Жыл бұрын
Can you check the id field value is passing?
@davidrivera216410 ай бұрын
toma tu buen like, buen hombre
@NihiraTechiees10 ай бұрын
👍
@marypaul96274 ай бұрын
Hi Nihira have been following your tutorials and they work great,I have a problem have been writing it same way for over a month on the pop up as you show and my pop up doesn't pop uu as yours it appears as a content of the same page , I have no idea why here is my code. Create/Edit Profile and openPopUp(){ this.dialog.open(PopupComponent,{ width:'60%', height:'400px' })
@NihiraTechiees4 ай бұрын
Could you send me mail with detail
@marypaul96274 ай бұрын
@@NihiraTechiees please I send you the email.
@siddharthkatiyar33274 ай бұрын
Got it but how to make the dialog box resizable and dragable
@NihiraTechiees4 ай бұрын
Let me create separate video soon
@kavyashree798910 ай бұрын
Hi, Please help with this, data are present in edit form but when I click on update it becomes new record of database.
@NihiraTechiees10 ай бұрын
Just use formname.getRawValue() for edit scenario. The reason your code field is disabled so form.value not taking the disabled field value
@vasanthinc61749 ай бұрын
Hi...how to get the modal from left to side..this video is about modal on centre..hope you reply
@NihiraTechiees8 ай бұрын
By adding position property we can change... If more details needed sent me mail
@vasanthinc61748 ай бұрын
@@NihiraTechieesI will try thank you
@msrnetcore1697 Жыл бұрын
wonderful bro
@NihiraTechiees Жыл бұрын
Thanks
@sunnygupta4201 Жыл бұрын
How bind data into mat table data coming from form array
@NihiraTechiees Жыл бұрын
We can directly use.... Or map the data into model that we used in mattable
@VijayKumar-fq4ie Жыл бұрын
Good video easy language. Bro can u make a video on multiple popup handling. Like edit popup as in this video and a confirmation popup on delete button.❤
@NihiraTechiees Жыл бұрын
Sure
@sofiachavesalarcon6653 Жыл бұрын
hi, i've got a doubt, how can i solve the issue when I click on the cancel button but it adds the record anyway?
@NihiraTechiees Жыл бұрын
Look like it's trigger the submit event .. Can you use "a" Tag instead of button... Otherwise add button type as button
@sofiachavesalarcon6653 Жыл бұрын
Okey thanks that worked....but now there's another problem, when i try to edit one record and i click on the button save, it creates another record with a different ID. I don't want to see the same record duplicated offcourse. What can i do???
@salonimalkani2934 Жыл бұрын
plz help with this... when user click on button to open mat dialog box then the background form is not displaying i mean it get blank
@NihiraTechiees Жыл бұрын
Please check in console. Some error happend
@kavyashree798910 ай бұрын
Hii, please help with this, when I try to edit record, it creates another record with different id how to resolve it?
@NihiraTechiees10 ай бұрын
The reason edit time the code value not taken from from bcz the field is disabled .. So in this edit scenario for getting value from form use getRawValue()
@kavyashree798910 ай бұрын
Still I'm getting same issue, data are present in edit form but when I click on update it becomes new record of database. Please help with this@@NihiraTechiees
@mkyounus49996 ай бұрын
How to get just data related to any of the customer name
@NihiraTechiees6 ай бұрын
Can you provide scenarios
@mkyounus49996 ай бұрын
I have user table like empid name etc if I click on name the popup should be open with displaying empid name address etc
@prajwaltheeyar4269 Жыл бұрын
How the code number is automatically incriminating here???
@NihiraTechiees Жыл бұрын
That i handled in api side..... Sql tables have identity option using that we can generate automatically
@tuntunpandit8367 Жыл бұрын
Please make some big projects in angular 🙏
@NihiraTechiees Жыл бұрын
You can expect soon
@akhiladigopula6732 Жыл бұрын
Bro please make a video without using json server
@NihiraTechiees Жыл бұрын
Bro just change the api url. Otherwise all are same only