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😁
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
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?
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
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?
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
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.
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
@@kirteekumari3459 at the top add import {ApiService} from 'relative path' then in the constructor update like this constructor(private formBuilder: FormBuilder, private api:AppService){}
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?
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.
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.
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?
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?
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
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))
@@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')
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.
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 !
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.
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" )
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?
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
Do checkout my latest video on angular 13 CRUD with material UI th-cam.com/video/jGbP620NahE/w-d-xo.html
When I am clicking on add button it giving alert of wrong
@@Adity-t4d didn't get your question
@@letsprogram30 for post method i am getting bad request (400) error in console
@@Adity-t4d connect with me on telegram will help you there 🙂
@@Adity-t4d same error
Excellent Bro... i Saw so much of videos... your explaination is very clear... Thankyou so much bro...
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!
Thanks ❤️🙂
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 👍
You're welcome 🙂
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!
Oh this is interesting
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😁
Thanks for the wonderful feedback 🙂
Do checkout the latest video on angular 13 CRUD with material UI, you will definitely love it 🙂
R you working as an angular developer??
You are a legend , you saved my life in my school project
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
Did you fixed those ?
This is a full guided project, every basic concepts cleared.. Thank you.
You are welcome 😊
@35:10 why there was no argument given to getEmployee() in gettAllEmployee ? since in apiService argument data was given
There is no popup visible when modal is implemented. Any help!
you are excellent bro. If we just follow your video, we won't get any type of errors. crystal clear. you are the best.
Oh thanks for such a good feedback 🙂
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?
yes I am facing the same issue, please revert
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.
Is ur issue got resolved plz help
Bro, while I am Posting the data .. i am getting error like *can't read properties of undefined (reading 'postemployee')* 🙄
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
thank you sir for this lesson , keep supporting you..
your explaination is abundantly clear..
make more videos on Angular..
Thanks for the support
No doubt.🙏
@@letsprogram30 hii I'm facing bro can help me out
Best Video it helped me alot to clear my REST API concept appreciate to you : )
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
delete isn't working bro
url is changed in case of put and delete sir
why not?
@@sanket4242 didnt get u.can u pls elaborate
In api service:
deleteEmployee(id:number){
return this.http.delete('localhost:300/posts/'+id).pipe(map((res:any)=>{
return res
}))
}
Please do check the youtube short video of his, he told solution for it
without backend u have adding employee data?? ..how its possible ..mine is not working.. what should i do help me please
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?
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
sir i need the code of this video
how do you add subscribe method....its not coming for me ?
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.
Connect with me on telegram will help you there 🙂
@@letsprogram30 okay
U making the angular so simple..kudoos
Thanks, will come up with more projects
Stay tuned 🙂
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
Brutal Video!!, i Learned a lot about of services thanks! greeting from Colombia
Great, happy learning 😊
hello the delete and edit button isn't working in my case. Can you help?
You forgot to mention that we have to import API Service in 26:19 and also we have to inject the service in constructor.
how to import api??
i'm facing error here...............
this comment must be pinned, actually
Yes (private api:apiService)
Can you tell how exactly that do that ?
@@kirteekumari3459 at the top add import {ApiService} from 'relative path'
then in the constructor update like this constructor(private formBuilder: FormBuilder, private api:AppService){}
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?
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.
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.
(Can't bind to 'formGroup' since it isn't a known property of 'form'. ) How to fix. Thanks you very much
can you kindly do angular reactive forms + spring boot for backend, thanks in advance.
In minute 24:21 I have an error on the map which you dont have, so I waste it my time
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.
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?
brother even after adding the slash to apiurl Update is still not woring
It's awesome learning way of angular coding..
add employee popper not working for me
i did all the steps in the vedio still not working
any solutions??
Teaching method is clear and nice ...keep it up brother... May u have get more
my modal doesnt show up :/ whyy? can someone help me?
The delete button is not working sir, any idea what may be the problem?
Hi sir, when I click add employee, modal is not working. I use Angular 12
It's really good video.. Explanation and step are very clear... Very good..
Thank you 🙂
Sir modal doesn't work on add employees button
In that particular add employee button unable to get dialogue box as shown in video is there any solution for that
@Let's Program how u fix the error in api.service.ts?
owsem crud operation in Angular from basic to advance Thanks alot i clear lot of quries
Git is not recognised
What can I do for it
how will the data in the Posts collection be reflected or copied in db.json
Thanku so much but i will refer same but my edit button will not work
24:33 i am getting an error while applying that , i could not get that ... please help
thanks sir, this video is very useful to understand angular crud, you explain it in very simple manner
How to make sure the field is not empty in the form?
Hello, sir I have made this same application by watching yours but now after saving it not re-running, how to re-run it?
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?
Excellent work! It will very good if you create a complete project (maybe a small)
Sure 🙂
If i edit updated after add new data show error how to clear this
Why video quality not available
My Add employee button is working fine ,it also adding data. But my delete and edit buttons are not working
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
in my page delete operation and update operation are not doing well
i.e. the info is not deleting and updating
Sir i want to add rigisterdate table,what changes i should make to add date?please share
12:16 output is not showing.
Bro delete button is not getting delete i have done properly with your respective steps
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))
can't understand that postEmployeeDetails...getting error- cannot find name 'postEmployeeDetails'
plz help me🙏🙏
Connect with me on telegram will help you there 🙂
May, i know how to connect this one to MySQL database using spring boot
the edit button is not working for me .
marks my words, this person is going to rule in angular in next few years !!
Will try my best, thanks for your comment 🙂❤️
@@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')
@@avnishyadav4577 connect with me on telegram will help you there 🙂
hello sir this project have some problem will you fix this plz
Can you tell me how to add image in this column by button popup for each employee
Can we add data to form using setvalue without using update method. Please reply
No.
Update method is to update the record in Database
@@letsprogram30 when form opens I have to show some data in form.what I have to use?
@@sravaninallabelli1251 for forms use setvalue
@@letsprogram30 ok thank you
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
Add is not working ,, its saying (postEmployeeDetails is not a function)
How to add global filter bro? Give some hints
can we do update and Add on same button
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.
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
You are not showing how to pass routing for Id..please show because i having error in Id not found
delete button is not working please suggest
.subscrib(res=>{
})
Modal not displaying?
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 !
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.
@@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.
Such a clear way of teaching wonderful and really helpful lot to me. Thanks a lot bro
Thanks for the feedback 🙂
Do checkout my latest video on angular 13 CRUD with material UI
this.api is not working for me
I'm entering . subscribe and save after save . subscribe is striked sir.how to solve this problem
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" )
You need to use / after the posts
Like delete/posts/"+id
@@letsprogram30 Okay I got you. Everythink is working perfect right now ! Thank you !
@@letsprogram30 bro iam used same but not working
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?
My get operation is not working
thanks for this video but how to restrict direct url access on json server
Could you please send this code, data is not getting post in sb. Json
first name and mobile number are not displaying in output
what is the problem
Check the formControlName is matching or not
Really great Job.. understand very clearly. Excellent bro
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
Please help me out with this
@@27meghana42 connect with me on telegram will help you there
24.31 .pipe(map()) there is a error help me to clear that error bro
Add button is not working someone please help
@let's Program popup window is not working....
Try using the latest bootstrap
Subscribe is not gettling called after i write .subscribe it is appearing single cross
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?
Connect with me on telegram will help you there 🙂
Please do video on adding and deleting multiple files in angular
Noted 🙂
@@letsprogram30 thank you
If it possible use nodejs server
@@letsprogram30 and also explain how to download files