Angular 13 CRUD | Employee Management System | 2022 | Bootstrap 5 | Angular Project

preview_player
Показать описание
About the Video--------------------------
In this video, I have built Employee Management System from Scratch.
For backend I have used Json-server which gives fake api for small applications.
I have also used Bootstrap 5 for this project.
Watch the Full video to know more.

Source Code Link ---------------------

Tags---------
#programming, #programmingtutorials, #tutorials, #frontend, #backend
#angular13, #angularcrud, #angularproject, #angular, #bootstrap5, #jsonserver, #websitedesign, #employeecrud, #employeemanagementsystem, #htmlcssjs
Рекомендации по теме
Комментарии
Автор

Hi Friend, I have learnt lot from this tut. Thank u very much. Keep doing this good work. God bless!

pravinkolambkar
Автор

perfect your work thanks for project and that cod very useful

ramanabdul
Автор

i cloned the project run the server but when i want to upload empoyee, i get an error:


danielkovacs
Автор

good work bro, it's an excellent video keep it up with these kind of videos.

shreekanth
Автор

Great tutorial many things I have learn after watching this your tutorial.love you bro with heart 💜

hemantagrahari
Автор

plzz help me
when I install json server then run it that time error occurs called db.json file not found how can fix this error

nikitagholap
Автор

This video is very informative but its blur
Please post good quality video

umarao
Автор

Hello, i got net:ERR_connection refused while i get or post the details and also json localhost mot working what is the reason

pawankalyan
Автор

Gracias Mister Guy.... a pesar que no tiene subtitulos se

josbexerra
Автор

Hi sir please add full angular tutorial course from basics to advance

avadhutpore
Автор

Hi, as i tried to do this project, but I'm not getting how to start it, I'm not getting from were you are copying the code from

Sneha-
Автор

Hi sir i m create same project for CRM but json server is not working manually added dada in db.json file then it's working but by using add employee form data not save on server
Pls help me

bhaginathpayghan
Автор

Need help
I was trying to run cmd for json server installation but it gives me some unauthorised ka error. Can you help me to solve it..?

pranalid
Автор

Sir all the codeee are written as same but output doesn't display, my form doesn't work clearform

Noufiya_Azeez
Автор

why to delete data on click of edit instead of using patch?

videogenix
Автор

stuck in file upload and retrieve by user id from MySQL and NodeJS
please replay

MehtabShaikh-youz
Автор

Bro I've been following this project and worked till the adding the functionality for delete button but on clicking the delete button, the template doesn't get delete itself. After pressing the delete button, the employee component doesn't delete itself I need to refresh the page after that only it deletes the component. How do I fix that?

shikharsrivastava
Автор

Muzhe ek task Diya hai . But na. Wo kuch smjh me nhi aara kya ap help kr skte ho usme.. please

subodhkhobragade
Автор

Good work. Downloaded and clone this project but not working. Displaying nothing on screen

samueljohn
Автор

Erro in :
addEmployee(){
let employee: Employee = {
education: this.educationOptions[parseInt(this.Education.value)],
}
}
(property) Employee.education: string
Type '{ title: string; }' is not assignable to type 'string'.ts(2322)
employee.model.ts(7, 3): The expected type comes from property 'education' which is declared here on type 'Employee'

FunctionDev