Delete Record in angular along with Confirmation Box and Loader | Laravel Angular Tutorial | Part-23

preview_player
Показать описание
#laravel8 #angular13 #fullstack #ngxspinner #angularspinner #angularform
#loaderangular
Delete Record in angular along with Confirmation Box and Loader
validate from submitting empty form
show loader spinner while delete records angular 13
laravel Full stack video tutorial.
laravel angular tutorial
angular laravel tutorial
angular 13 tutorial
laravel 8 tutorial

@thecodebehavior​
Рекомендации по теме
Комментарии
Автор

public function deletedata(Request $req)
{
$id = $req->id;
$StudentModel = new Student();
$deleterows =
if ($deleterows === 0) {
return response()->json(['message' => 'Student not found'], 404);
}
return response()->json(['message' => 'Student deleted successfully'], 200);
}
this one with correct response please check this one also

akadeadahot
welcome to shbcf.ru