Angular 8 + Spring Boot CRUD API + Data Table Example

preview_player
Показать описание
In this tutorial, we will learn how to build a full stack Angular 8 + Spring Boot example with a CRUD App with data table. The back-end server uses Spring Boot and Front-end side is made with Angular 8.

-------------------------------------------------------------------------------------------------------------------------------
Boot strap installation:
npm install jquery --save
npm install ngx-bootstrap bootstrap --save

"styles": [
],
"scripts": [
]
-------------------------------------------------------------------------------------------------------------------------------
Angular Data table setup:

npm install angular-datatables --save
npm install @types/jquery --save-dev

import { DataTablesModule } from 'angular-datatables';

imports: [
DataTablesModule
]

----------------------------------------------------------------------------------------------------
My Top Playlists:

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

You are making the video which is now demanding in industries and a big thank you for making the integration with Docker and AWS.

differentworld
Автор

38.33 you don’t need to delete Data annotations because you have not installed lombok plug-in IDE will show you error. Just build without removing data and uncomment those code it will build your code without error

v-logs
Автор

Hi Techie, Facing a problem while fetching list of record.
My scenario is :
After new feed i am routing to the details list view & in the details list view page new feed details not been shown until i refresh the page manually.
Tried writing list view logic inside constructor & init but in both cases result are same. Please suggest where is the mistake i do.?

akinfotechie
Автор

Hi - please tell me if you are using MySQL db or just in memory db or something else for storing data ? Just started following but got this doubt. Do clarify.

karthikeyanrm
Автор

It was really helpful Video, , thanks for making it, , , 👍👍

parthec
Автор

application.yml file is not generated automatically, should we manually create it?

mr.greengold
Автор

I found this error when I implemented the getEmployees method {Type 'Observable<ArrayBuffer>' is not assignable to type 'Observable<ApiResponse>'.
Type 'ArrayBuffer' is missing the following properties from type 'ApiResponse': status, message, result}

YoungMaster
Автор

Why in onSubmit() had to set this.employee = new Employ().I think when router to path '/employees' then current instance of create-employee was destroyed. please.

duongminh
Автор

when creating id, name, email.etc in employee.model.ts it gives an error saying that the property id, name, etc isnt initialized

Duvancillo
Автор

Can you please provide me node_module folder, i am unable install npm install for data table

GaneshBhargav
Автор

Write now iam using angular 16 is there any problem because of version changing

sreecharan
Автор

There always "no data available in table" although there are data, and when I try to sort by any column all the data disappears.

ilonare
Автор

Can you provide backned working vedios also it's better for us

sreecharan
Автор

Sir, How searching and pagination works without written any code

dm-ynbu
Автор

Hey unable to find the database, i followed through with the videos but had errors 40mins onwards,

chorongbali
Автор

In postman i am getting 401 to solve this anyone can reply please

priyankavishwakarma
Автор

in this tutoriel is the search bar fonctionnel? thank u!

wifekouerghemmi
Автор

Sir, i followed all the steps but i did't get searchbar, pagination.

dm-ynbu
Автор

Getting 405 Not Allowed error in the browser
What to do?

vicksheetshanbhag
Автор

A tabela continua da mesma forma, como se não tivesse adicionado datatable nenhum
Como resolver?

humeidussenejocordasse