Angular crud using JSON server rest API with reactive forms | material UI design | angular 14

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 37

  • @siddhantthorat3269
    @siddhantthorat3269 ปีที่แล้ว

    Have you done unit testting of this in any video?

  • @saharelaid7469
    @saharelaid7469 2 ปีที่แล้ว +1

    can't bind to 'dataSource' since it isn't a known property of 'table'. i can't fix this error

    • @NihiraTechiees
      @NihiraTechiees  2 ปีที่แล้ว

      Import the matTablemodule in the app.module

    • @tharanirathnasamy6290
      @tharanirathnasamy6290 2 ปีที่แล้ว

      @@NihiraTechiees for me also , even after import , still error remains

    • @NihiraTechiees
      @NihiraTechiees  2 ปีที่แล้ว

      Share the source code or files to my mail

    • @Csravankumarraju
      @Csravankumarraju 2 ปีที่แล้ว

      I am also having the same issue, I Was not able to resolve it. Please share mail id

    • @NihiraTechiees
      @NihiraTechiees  2 ปีที่แล้ว

      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

  • @ranisundar4502
    @ranisundar4502 ปีที่แล้ว +1

    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 ..

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว +1

      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

    • @sumita3452
      @sumita3452 ปีที่แล้ว

      Same problem

  • @hdrgamers1749
    @hdrgamers1749 ปีที่แล้ว

    Sir, update method kku new components create panni oru video podunga please

  • @pratikbhosale6020
    @pratikbhosale6020 3 หลายเดือนก่อน

    Sir how the id is auto incremented

    • @NihiraTechiees
      @NihiraTechiees  3 หลายเดือนก่อน +1

      It's inbuilt property of json server api.

  • @pratibhadeshmukh7897
    @pratibhadeshmukh7897 2 ปีที่แล้ว

    Nice video, very helpful

  • @luisjesuscastano9639
    @luisjesuscastano9639 2 ปีที่แล้ว

    u are the best. Keep going :)

  • @dl7912
    @dl7912 ปีที่แล้ว

    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

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว

      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

  • @sokbunchhuoy9057
    @sokbunchhuoy9057 2 ปีที่แล้ว

    do you have post GitHub

    • @NihiraTechiees
      @NihiraTechiees  2 ปีที่แล้ว +1

      github.com/nihira2020/jsoncrud

    • @sokbunchhuoy9057
      @sokbunchhuoy9057 2 ปีที่แล้ว +1

      @@NihiraTechiees Thank You so much

  • @mrdoss6022
    @mrdoss6022 ปีที่แล้ว

    sir what is companymodel[ ]

    • @mrdoss6022
      @mrdoss6022 ปีที่แล้ว +1

      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

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว +2

      It's act as the model file. But it's not mandatory

  • @GOPIJITINKhatana
    @GOPIJITINKhatana 2 ปีที่แล้ว

    Superb sir

  • @siddhantthorat3269
    @siddhantthorat3269 ปีที่แล้ว

    Id is not getting disabled I tried many times

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว

      Share the code, you added for disable

    • @siddhantthorat3269
      @siddhantthorat3269 ปีที่แล้ว

      @@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),
      });

    • @siddhantthorat3269
      @siddhantthorat3269 ปีที่แล้ว

      @@NihiraTechiees please share your mail I'll send you the screen shot