Angular 11 CRUD with json-server | Bootstrap UI | Angular Reactive Form

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024
  • НаукаНаука

Комментарии • 717

  • @letsprogram30
    @letsprogram30  2 года назад +9

    Do checkout my latest video on angular 13 CRUD with material UI ruclips.net/video/jGbP620NahE/видео.html

    • @Adity-t4d
      @Adity-t4d 2 года назад +1

      When I am clicking on add button it giving alert of wrong

    • @letsprogram30
      @letsprogram30  2 года назад

      @@Adity-t4d didn't get your question

    • @Adity-t4d
      @Adity-t4d 2 года назад

      @@letsprogram30 for post method i am getting bad request (400) error in console

    • @letsprogram30
      @letsprogram30  2 года назад

      @@Adity-t4d connect with me on telegram will help you there 🙂

    • @nikhilbhosale8770
      @nikhilbhosale8770 2 года назад

      @@Adity-t4d same error

  • @sudeepsoreng6917
    @sudeepsoreng6917 2 года назад +1

    28:56 the res is giving off errors,can you help me out or tell me the use of res there I am new to this.I've followed everything thouroughly yet the mistake appears

  • @vigneshsridhar7252
    @vigneshsridhar7252 3 года назад +6

    Excellent Bro... i Saw so much of videos... your explaination is very clear... Thankyou so much bro...

  • @war-fare06
    @war-fare06 2 года назад +7

    You forgot to mention that we have to import API Service in 26:19 and also we have to inject the service in constructor.

    • @JohnSmith-vf3iz
      @JohnSmith-vf3iz 2 года назад +3

      how to import api??
      i'm facing error here...............

    • @adlyz9050
      @adlyz9050 2 года назад

      this comment must be pinned, actually

    • @ITSTIMETO
      @ITSTIMETO 2 года назад +1

      Yes (private api:apiService)

    • @kirteekumari3459
      @kirteekumari3459 2 года назад

      Can you tell how exactly that do that ?

    • @gasanadidasijunior5054
      @gasanadidasijunior5054 Год назад

      @@kirteekumari3459 at the top add import {ApiService} from 'relative path'
      then in the constructor update like this constructor(private formBuilder: FormBuilder, private api:AppService){}

  • @vrushalithakare3565
    @vrushalithakare3565 2 года назад +2

    Thank you so much shashi I am new in angular from this video crud Operation of my application done successfully. Your explanation is very clear and you are very helpful person 🙌 thank you so much😁

    • @letsprogram30
      @letsprogram30  2 года назад

      Thanks for the wonderful feedback 🙂
      Do checkout the latest video on angular 13 CRUD with material UI, you will definitely love it 🙂

    • @rockkkstarrr115
      @rockkkstarrr115 2 года назад

      R you working as an angular developer??

  • @itsnexus9938
    @itsnexus9938 8 месяцев назад

    You are a legend , you saved my life in my school project

  • @natalieriquelmy2504
    @natalieriquelmy2504 2 года назад +3

    Thanks so much for making this video! I'm running into a problem though- I've followed your steps exactly to make the add button a modal, but for some reason when I click on it, nothing appears. Any ideas for how I can fix this?

    • @avilashguru8985
      @avilashguru8985 2 года назад +1

      yes I am facing the same issue, please revert

    • @avilashguru8985
      @avilashguru8985 2 года назад +2

      that's becase you have not added bootstrap.min.js in the scripts array in angular.json after styles array in the same file. Do that and it will work.

    • @kavyagowda6741
      @kavyagowda6741 Год назад

      Is ur issue got resolved plz help

  • @spurtidalwai3205
    @spurtidalwai3205 3 года назад +6

    Very useful content .I didn't find this content in other videos. Please keep coming up with such many more. Thank you so much for this one 👍

  • @cliffordmahwite7366
    @cliffordmahwite7366 3 года назад +5

    can you kindly do angular reactive forms + spring boot for backend, thanks in advance.

  • @sangaranaarayananr3134
    @sangaranaarayananr3134 2 года назад +1

    bro i did the same thing but sometimes in angular in the middle of the project when i run ng serve the page shows nothing and i am creating new proj again why this is happening what is the solution for this.

  • @pankajthakur-zo7ek
    @pankajthakur-zo7ek 3 года назад

    @35:10 why there was no argument given to getEmployee() in gettAllEmployee ? since in apiService argument data was given

  • @nasimbaradaran4175
    @nasimbaradaran4175 3 года назад +1

    Hi, First I didn't like the video and wanted to close it but decided to follow it and now I say it was GREAT and I learned a lot. Thank you!

  • @sivaraju3442
    @sivaraju3442 2 года назад +1

    Bro, while I am Posting the data .. i am getting error like *can't read properties of undefined (reading 'postemployee')* 🙄

  • @Healthy_world_zone
    @Healthy_world_zone 2 года назад

    Bro one small problem 28:39 (this.api)but where the api,
    I type this.api it shows me wrong
    Can u plz say where the api.. U wrote

    • @letsprogram30
      @letsprogram30  2 года назад

      You need to inject the ApiService in constructor and then use it.

    • @Healthy_world_zone
      @Healthy_world_zone 2 года назад

      @@letsprogram30 Ho kk Tnq u so much bro

  • @animeshthakur3292
    @animeshthakur3292 3 года назад +1

    bro you are excellent, but how to change the value of id automatically on update or delete the data?
    for example if we are adding 4 data in a database and they have ids 1,2,3,4 and when we are deleting the data of id:3, then it the id:4 should change to id:3?
    How can we do that?

    • @eugenepogi
      @eugenepogi 2 года назад

      ID should not be modified. The purpose of ID is to make each record unique, that is why you can delete or update specific record by ID.
      Maybe you want to show a counter instead of ID so that it will always show a sequence in correct order no matter which row you delete

  • @keshavraw1388
    @keshavraw1388 2 года назад

    24:33 i am getting an error while applying that , i could not get that ... please help

  • @maheshrath3733
    @maheshrath3733 3 года назад

    Sir. I did exactly what you did. I have got an error at 29:00..saying Subscribe is not a property of type void. Help please. Thanks a lot

    • @letsprogram30
      @letsprogram30  3 года назад

      Inside api.service.ts the method postEmployee should be of type observable not void.
      You have to return this.http.post()

    • @maheshrath3733
      @maheshrath3733 3 года назад

      @@letsprogram30 ok Thank you sir

  • @miezu_2004
    @miezu_2004 2 года назад +6

    You are great. You make it so simple and you have a gift to explain the process. I just waiting for to watch your last Angular CRUD video!! Good job!

  • @kaushiksri7123
    @kaushiksri7123 3 года назад +7

    delete isn't working bro

    • @sanket4242
      @sanket4242 2 года назад +1

      url is changed in case of put and delete sir

    • @bookuha
      @bookuha 2 года назад +1

      why not?

    • @manikantapallerla410
      @manikantapallerla410 Год назад

      @@sanket4242 didnt get u.can u pls elaborate

    • @hmr_zz
      @hmr_zz Год назад

      In api service:
      deleteEmployee(id:number){
      return this.http.delete('localhost:300/posts/'+id).pipe(map((res:any)=>{
      return res
      }))
      }

    • @venugopal-kl9ck
      @venugopal-kl9ck Год назад

      Please do check the youtube short video of his, he told solution for it

  • @poulami_datta
    @poulami_datta 2 года назад +1

    This is a full guided project, every basic concepts cleared.. Thank you.

  • @lajt1204
    @lajt1204 3 года назад +2

    Hi, can you help me to connect this crud to any database(mongodb/firebase)?
    Also I have a problem with delete and update, Im pretty sure the cod is the same like yours but its not working :/ (In terminal I got message DELETE/posts2 404 5.245 ms - 2" )

    • @letsprogram30
      @letsprogram30  3 года назад +2

      You need to use / after the posts
      Like delete/posts/"+id

    • @lajt1204
      @lajt1204 3 года назад

      @@letsprogram30 Okay I got you. Everythink is working perfect right now ! Thank you !

    • @satishlucky2909
      @satishlucky2909 2 года назад

      @@letsprogram30 bro iam used same but not working

  • @someonesomewhere5613
    @someonesomewhere5613 Год назад

    giving CORS error it's not posting, I'm fed up with this error. I've added proxy.config.json file and allowed cross origin true but still same error ocuurs

  • @satendrapatel2468
    @satendrapatel2468 3 года назад +1

    Now I came to know how to use the HTTP client module. I am appreciated but going through some errors. So could I have the GitHub link to this crud operation?

  • @nikhilvinnakota5629
    @nikhilvinnakota5629 2 года назад

    How do we subscribe to observables using the angular 14? what is the new syntax??
    can you please provide a github repo link if you have it for this particular project?

  • @tanyachauhan9825
    @tanyachauhan9825 3 года назад +6

    thank you sir for this lesson , keep supporting you..
    your explaination is abundantly clear..
    make more videos on Angular..

    • @letsprogram30
      @letsprogram30  3 года назад +3

      Thanks for the support

    • @komal6816
      @komal6816 3 года назад

      No doubt.🙏

    • @Jagan__7669
      @Jagan__7669 2 года назад

      @@letsprogram30 hii I'm facing bro can help me out

  • @mohammadsaad810
    @mohammadsaad810 Год назад

    Best Video it helped me alot to clear my REST API concept appreciate to you : )

  • @sudhishramachandran2937
    @sudhishramachandran2937 2 года назад

    Hi like i have one doubt if there is plus icon and need to insert tr on top of another tr is there a way insertCell(0) but is there a way in the angular to insert tr on above and below.

  • @vickyvikender
    @vickyvikender 3 года назад +6

    Excellent work! It will very good if you create a complete project (maybe a small)

  • @machindralendave4296
    @machindralendave4296 3 года назад

    hi, while installing the json server showing the error of .......
    added 247 packages, removed 291 packages, changed 137 packages, and audited 1570 packages in 1m
    99 packages are looking for funding
    run `npm fund` for details

  • @aliparlatti8822
    @aliparlatti8822 2 года назад

    Even though I define ReactiveFormsModule for formGroup in app.module.ts file, I get an error in .html file. Compiler error does not occur, html is loaded but I cannot retrieve data from form. Can you help?

  • @karna569
    @karna569 2 года назад

    U making the angular so simple..kudoos

    • @letsprogram30
      @letsprogram30  2 года назад

      Thanks, will come up with more projects
      Stay tuned 🙂

  • @shekharpadhy8550
    @shekharpadhy8550 2 года назад

    can't understand that postEmployeeDetails...getting error- cannot find name 'postEmployeeDetails'
    plz help me🙏🙏

    • @letsprogram30
      @letsprogram30  2 года назад

      Connect with me on telegram will help you there 🙂

  • @KHAN-JAVID
    @KHAN-JAVID 2 года назад

    owsem crud operation in Angular from basic to advance Thanks alot i clear lot of quries

  • @javirsagar8
    @javirsagar8 Год назад

    It's awesome learning way of angular coding..

  • @subratbarada9657
    @subratbarada9657 Год назад

    without backend u have adding employee data?? ..how its possible ..mine is not working.. what should i do help me please

  • @yellareddy4769
    @yellareddy4769 Год назад

    iam getting this error in deleteEmployee and updateEmployee methods in employee-dashboard.ts
    'res' is declared but its value is never read.ts(6133)
    can you help me out

    • @yellareddy4769
      @yellareddy4769 Год назад

      in my page delete operation and update operation are not doing well
      i.e. the info is not deleting and updating

  • @sravaninallabelli1251
    @sravaninallabelli1251 2 года назад +1

    Can we add data to form using setvalue without using update method. Please reply

    • @letsprogram30
      @letsprogram30  2 года назад +1

      No.
      Update method is to update the record in Database

    • @sravaninallabelli1251
      @sravaninallabelli1251 2 года назад

      @@letsprogram30 when form opens I have to show some data in form.what I have to use?

    • @letsprogram30
      @letsprogram30  2 года назад +1

      @@sravaninallabelli1251 for forms use setvalue

    • @sravaninallabelli1251
      @sravaninallabelli1251 2 года назад

      @@letsprogram30 ok thank you

  • @melodiousmelodies9263
    @melodiousmelodies9263 3 года назад

    Everytime i open vs code newly the employee details doesn't add, only after restarting the json server it works.is this the correct way or is there any other solution?,also even after restarting the details added appears only after refreshing the page?

  • @mine_girl9481
    @mine_girl9481 2 года назад

    I follow ur Video,in post Api ,when click add button then its show the popup message like "details are added succfully",but in json file the added values are not recorded!!

    • @mine_girl9481
      @mine_girl9481 2 года назад

      Please give some solution as soon as!!!

    • @letsprogram30
      @letsprogram30  2 года назад

      Check your formControlName mapping

  • @prahladkumar2186
    @prahladkumar2186 2 года назад

    Hey @let's program
    Can you please tell one thing.
    Everytime for declaration of variable you use !(not) like :-
    formValue !: FormGroup;
    employeeData !: any;
    showAdd !: boolean;
    showUpdate !: boolean;
    So why you using !(not) operator every time varibale declaration ???
    We can do without this but it's giving error if i am doing in your way without !

    • @youryuvv
      @youryuvv 2 года назад

      if you don't write (!) to any variables than we have to give initial value to that variable , soo if you create a variables with (!) sign than no need to initialize this only name and data type with be enough.

    • @prahladkumar2186
      @prahladkumar2186 2 года назад

      @@youryuvv Thanks a lot for the reply and clarification. It is very helpful as i was not able to find this on anywhere on google.

  • @rogerruiz1801
    @rogerruiz1801 Год назад +1

    In minute 24:21 I have an error on the map which you dont have, so I waste it my time

  • @rameshbabu1606
    @rameshbabu1606 3 года назад

    you are excellent bro. If we just follow your video, we won't get any type of errors. crystal clear. you are the best.

    • @letsprogram30
      @letsprogram30  3 года назад

      Oh thanks for such a good feedback 🙂

  • @27meghana42
    @27meghana42 2 года назад

    Broo I am having problem at the delete part it is not working I did the same as you did
    And at the create part when we remove the initial data we have given for me it is showing blanks at that particular position it is not completely going off I am talking about table we have initialized first

    • @27meghana42
      @27meghana42 2 года назад

      Please help me out with this

    • @letsprogram30
      @letsprogram30  2 года назад

      @@27meghana42 connect with me on telegram will help you there

  • @abhisheksaurav4472
    @abhisheksaurav4472 Год назад

    How to add validations in the fields such as email, mobile number etc. ? Like in mobile number field it should not accept any value other than number.

  • @priyabratmohapatra8660
    @priyabratmohapatra8660 2 года назад

    Sir, In your case the h1 (Angular CRUD) and the (Add Employee) button are in the same plane(horizontally). Where as for me the (Add Employee) button is getting aligned below the h1(Angular CRUD). Please clarify.

  • @learner-xk4zp
    @learner-xk4zp Год назад

    Sir if we have multiple number of records with large number of fields then will that be fine using setValues , or is there any alternative to edit the values

  • @NityaWithKomalMumaa
    @NityaWithKomalMumaa 2 года назад

    ERROR TypeError: Cannot read properties of undefined (reading 'setValue')
    hi can you plz help me to resolve this error i am not able to see the edit data after click on edit button.

  • @soniappriya.
    @soniappriya. 2 года назад

    Hi one doubt you used angular and back end as Json.
    are you performing any node.js call to fetch json data?

  • @adarshsingh3012
    @adarshsingh3012 3 года назад

    hey, nice video, but one thing is bugs when i click on edit btn and then click on Add Employee btn in this case not post any data and throw err (500 (Internal Server Error))

  • @danieldietrich9019
    @danieldietrich9019 2 года назад

    Thank you for the video. But can't add data to the json server. I see new entries in json file, but the values are empty. Can you help out here?

    • @letsprogram30
      @letsprogram30  2 года назад

      Connect with me on telegram will help you there 🙂

  • @ajinkyakundur8620
    @ajinkyakundur8620 Год назад

    thanks sir, this video is very useful to understand angular crud, you explain it in very simple manner

  • @vijaykumar-nn2ln
    @vijaykumar-nn2ln Год назад

    Everything is good but when you give proper explination we are so happy . Because these are major methods to fetch the data . Think once dear

  • @rushik379
    @rushik379 2 года назад

    There is no popup visible when modal is implemented. Any help!

  • @cristianotero588
    @cristianotero588 2 года назад

    Brutal Video!!, i Learned a lot about of services thanks! greeting from Colombia

  • @venuyadavboini2127
    @venuyadavboini2127 2 года назад

    Hai bro I am doing the same thing but the pop-up is getting triggered even after added bootstrap do i need to add any links in index.html

  • @tranhaangkhoa6602
    @tranhaangkhoa6602 2 года назад

    (Can't bind to 'formGroup' since it isn't a known property of 'form'. ) How to fix. Thanks you very much

  • @masiniprashanth3697
    @masiniprashanth3697 3 года назад

    Error: app/app.module.ts:12:5 - error NG6001: The class 'EmployeeDashboardComponent' is listed in the declaratioodule', but is not a directive, a component, or a pipe. Either remove it from the NgModule's declarations, or ad decorator.
    bro ill get this error. what can i do bro

    • @letsprogram30
      @letsprogram30  3 года назад

      Some configuration issue with you comp file, connect with me on telegram will help you there

  • @mariyamali1063
    @mariyamali1063 3 года назад

    Hello, sir I have made this same application by watching yours but now after saving it not re-running, how to re-run it?

  • @komalmhatre7944
    @komalmhatre7944 2 года назад +1

    Hy i saw ur whole video i tried also bt my update and delete is not working 🥺help me out

  • @codefixers
    @codefixers 3 года назад

    I was done post works, when i submited data from modal alert show. also json create new id and element but modal form data can't pass json

    • @letsprogram30
      @letsprogram30  3 года назад

      There can be issue with you formControl the data is not binding

  • @abhishekabhi4790
    @abhishekabhi4790 3 года назад

    In that particular add employee button unable to get dialogue box as shown in video is there any solution for that

  • @erismeirishidalgoreyes656
    @erismeirishidalgoreyes656 3 года назад

    On the minutes 49 you saved my life. Thank you!

  • @atiyajamal3811
    @atiyajamal3811 3 года назад +3

    your explanation was very clear. Thank you . Can you please make one login form including authentication. (when user is successfully registered and have user Name and password as credentials ) extending this example by using json server

    • @letsprogram30
      @letsprogram30  3 года назад +1

      Yeah sure , will cover this topic in angular authentication where I will use backend as .net core

    • @atiyajamal3811
      @atiyajamal3811 3 года назад +2

      Can't we make use of json server as backend for authentication
      Bcoz being a front-end developer don't have much idea regarding dot net
      Just for the practice sake I'm requesting you to make authentication using json as an extension to this project

    • @charankumar-ts9ic
      @charankumar-ts9ic 3 года назад

      Yeah i too want that authentication when user wants to login a application

  • @piyushpawar8044
    @piyushpawar8044 2 года назад

    Very helpful video , Thankyou.
    I have one question,
    Is there any way to update that db.json file with our data , I need to update the json file on performing the crud operations.

    • @letsprogram30
      @letsprogram30  2 года назад

      Yes, it has been shown in the videos

  • @varunmutchina7512
    @varunmutchina7512 3 года назад +1

    Hi there,
    This video is very use full, thanks for that.
    But I am getting an error in the following part
    getAllEmployee(){
    this.api.getEmployee()
    .subscribe(res=>{
    this.employeeData = res;
    })
    }
    the error says"Expected 1 arguments, but got 0.ts(2554)
    api.service.ts(18, 11): An argument for 'data' was not provided."
    can u please help me

  • @nehashukla6123
    @nehashukla6123 2 года назад

    Thank u so much for this...please tell how can we connect sql database with this form to store our all records

  • @dungphamtan2799
    @dungphamtan2799 3 года назад

    Hi sir, when I click add employee, modal is not working. I use Angular 12

  • @kedarsaraf139
    @kedarsaraf139 Год назад

    My Add employee button is working fine ,it also adding data. But my delete and edit buttons are not working

  • @yarrapushpalatha9697
    @yarrapushpalatha9697 3 года назад

    Great explanation... Have a doubt sir, i cant understand that point how to pass the data from json server to localhost server

  • @aayushrajshrestha2290
    @aayushrajshrestha2290 2 года назад

    hello the delete and edit button isn't working in my case. Can you help?

  • @harshitdehariya623
    @harshitdehariya623 3 года назад

    please give me scope extension i am unable to use also not adding white color in nav AngularCrud sir could you plan provide sources code sir

  • @aravind2339
    @aravind2339 2 года назад

    I did exactly what you said but delete and edit functionality is not working can you help me with that ?

    • @letsprogram30
      @letsprogram30  2 года назад

      Check you api service, you would have missed /

    • @aravind2339
      @aravind2339 2 года назад

      @@letsprogram30 thank you it worked

  • @gladisxavier2430
    @gladisxavier2430 2 года назад

    hi bro my edit and delete button not working even the update also not working but add employees is working perfect really i am confusing why it is not working pls resolve my problem bro.

    • @letsprogram30
      @letsprogram30  2 года назад

      There will be issue in the apiservice just add / after posts in the api urls

    • @gladisxavier2430
      @gladisxavier2430 2 года назад

      @@letsprogram30 yes it is working bro I am trying to connect in telegram but can't connect bro

  • @rahulchoyal1318
    @rahulchoyal1318 3 года назад

    I have facing some issue on json server connectivity table not showing on my page please clear my doubt

    • @letsprogram30
      @letsprogram30  3 года назад

      Make sure your json-server is running

  • @bsp1862
    @bsp1862 3 года назад

    The delete button is not working sir, any idea what may be the problem?

  • @shangavis6889
    @shangavis6889 3 года назад

    this.api.postemployee(this.employeeModelobj)Property 'api' does not exist on type 'EmployeedashboardComponent'.ts(2339)
    any i have this error plz help me

  • @roshanmehare6247
    @roshanmehare6247 2 года назад

    Good Example 👍 but have one bug if you open modal for edit and close it without update and go for add so after enter new details try to add new data it show somthing went wrong

  • @sangameshgangavati7727
    @sangameshgangavati7727 3 года назад

    followed everything that u explained but when i click on add button the button itself is not working can u pls tell me what would be the problem

    • @letsprogram30
      @letsprogram30  3 года назад +1

      The problem can be with the bootstrap modal, some attributes may be missed, connect with me on telegram will help you there 🙂

    • @sangameshgangavati7727
      @sangameshgangavati7727 3 года назад +1

      @@letsprogram30 pls send me the telegram link so I can connect

    • @letsprogram30
      @letsprogram30  3 года назад

      @@sangameshgangavati7727 t.me/joinchat/SynhZXakgXA3YmE9

  • @priyapurandare3746
    @priyapurandare3746 3 года назад

    It's really good video.. Explanation and step are very clear... Very good..

  • @JayCeeNiet
    @JayCeeNiet Год назад

    Hi can you make a login and register too while connecting it with crud? It would be helpful since a lot of the real projects requires a login and registration. Please

    • @letsprogram30
      @letsprogram30  Год назад

      I can already created video on login and signup

  • @anantsaini222
    @anantsaini222 3 года назад

    Can you retrieve the data(file names only) from external api and show them on angular web page with the crud functionality

    • @letsprogram30
      @letsprogram30  3 года назад

      Yes I have did that in add to cart project

  • @anilui8434
    @anilui8434 3 года назад

    Really great Job.. understand very clearly. Excellent bro

  • @Aakashv08
    @Aakashv08 2 года назад

    On using delete method i am getting error..delete button is not working... getting some http error...please help

  • @newmovies2446
    @newmovies2446 2 года назад

    Teaching method is clear and nice ...keep it up brother... May u have get more

  • @ananyasa7494
    @ananyasa7494 2 года назад

    Sir i want to add rigisterdate table,what changes i should make to add date?please share

  • @moizlokhandwala3262
    @moizlokhandwala3262 3 года назад

    thanks for this video. How to get value from modal if we have field as dropdown?
    please if you can help me.

  • @avnishyadav4577
    @avnishyadav4577 3 года назад

    marks my words, this person is going to rule in angular in next few years !!

    • @letsprogram30
      @letsprogram30  3 года назад

      Will try my best, thanks for your comment 🙂❤️

    • @avnishyadav4577
      @avnishyadav4577 3 года назад

      @@letsprogram30 brother i am getting this error plz tel me how to resolve since I am following every point of your code
      core.js:6479 ERROR TypeError: Cannot read properties of undefined (reading 'postEmployee')

    • @letsprogram30
      @letsprogram30  3 года назад

      @@avnishyadav4577 connect with me on telegram will help you there 🙂

  • @shivanshsingh4893
    @shivanshsingh4893 2 года назад

    Property 'api' does not exist on type 'EmployeeDashComponent'.ts(2339) I am getting this error please help

    • @letsprogram30
      @letsprogram30  2 года назад +1

      This is because you need to inject the api : ApiService in the constructor

  • @rohitsangale9451
    @rohitsangale9451 2 года назад +1

    Thanku so much but i will refer same but my edit button will not work

  • @pratimagutal9344
    @pratimagutal9344 2 года назад

    You are not showing how to pass routing for Id..please show because i having error in Id not found

  • @echavezcyril
    @echavezcyril 3 года назад

    Sir, what if I need to view detail on each employee added in a different tab? can you give toturial on how to do that?

    • @letsprogram30
      @letsprogram30  3 года назад

      Yes I can do that, will create a video over it

  • @telefonmakinesi6467
    @telefonmakinesi6467 3 года назад

    my modal doesnt show up :/ whyy? can someone help me?

  • @omshrighodekar628
    @omshrighodekar628 3 года назад

    Can you tell me how to add image in this column by button popup for each employee

  • @bugiderajasekhar1406
    @bugiderajasekhar1406 2 года назад

    Bro delete button is not getting delete i have done properly with your respective steps

  • @ujjwalyadav930
    @ujjwalyadav930 Год назад

    What is your telegram channel name, i encounter one error in employee-dashboard.comp.ts file.. service is deprecated then what I use in place of that

  • @vanecklele8948
    @vanecklele8948 2 года назад

    Please sir my edit and delete is not workimg, it's showing a 404 error. Any help please🙏

    • @vanecklele8948
      @vanecklele8948 2 года назад

      For edit it's when I am trying to do the updateEmployeeDetails

    • @letsprogram30
      @letsprogram30  2 года назад

      @@vanecklele8948 you need to add / after posts in the api.service.ts file

    • @vanecklele8948
      @vanecklele8948 2 года назад

      @@letsprogram30 Thank you so much. I just tried it and it worked🙏🙏.

    • @letsprogram30
      @letsprogram30  2 года назад

      @@vanecklele8948 happy to help😄

  • @venugopal-kl9ck
    @venugopal-kl9ck Год назад

    brother even after adding the slash to apiurl Update is still not woring

  • @gravitymusic1595
    @gravitymusic1595 Год назад

    how do you add subscribe method....its not coming for me ?

  • @Ryan_Entertaiment
    @Ryan_Entertaiment 3 года назад

    Bro .. Awesome Awesome....❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️u made my doubt clear

  • @VasaviRanganath
    @VasaviRanganath 2 года назад

    All crud operations are working fine in the json server but they are not going to backend