Spring Boot API with Angular | [FREE COURSE]
Comments • 56
Next videos
Autoplay
.NET Core 3.1 MVC REST API - Full CourseLes Jackson
Views 809K
Angular HTTP | From Basics to AdvancedGet Arrays
Views 13K
Spring Boot with Spring Kafka Producer Example | Tech PrimersTech Primers
Views 252K
DESTINY 2 SEASON OF THE HAUNTED TRAILER REACTION [ENGLISH]Sweatcicle
Views 88K
Chicago man helps police rescue woman chained up in home in city's Pullman neighborhoodFOX 32 Chicago
Views 291K
Manly Warringah Sea Eagles v Brisbane Broncos | Match Highlights | Round 10, 2022 | NRLNRL - National Rugby League
Views 170K
Handling Angular Forms Without Losing Your Sanity - Jennifer Wadella | NG-DE 2019NG-DE Conference
Views 14K
Deep Dive into the Angular Compiler | Alex Rickabaugh | #AngularConnectAngularConnect
Views 31K
Create a Dynamic Reactive Angular Form with JSONJoshua Morony
Views 20K
Learn Git In 15 MinutesColt Steele
Views 1.2M
Angular 12 2021 | Routing | LazyLoading | AuthGuard | multiple router-outlet | all in one videoTechnical Babaji
Views 56K
Angular Course | Consuming API's with AngularGet Arrays
Views 2.1K
Angular 12 Crash Course - 2021 - Become Angular Developer in 3 HoursAwais Mirza
Views 147K
Entity To DTO Conversion using ModelMapper in Spring Boot ApplicationJava Guides
Views 19K
He Almost Got BANNED For a Free Rubik’s Cube!CubeHead
Views 4.2M
DAREDEVIL ACRO 10 MINUTE PHOTO CHALLENGE *don't do this*Jordan Matter Photo Challenges
Views 448K
Blursed IMAGES!VaazkLShorts
Views 997K
Blue Van Man RAGES at Family S*X Show! 😂True Geordie
Views 168K
The tech which can charge an electric car in 10 minutesTechnology Connections
Views 573K
Inside a defrost thermostat and thermal fusebigclivedotcom
Views 88K
If She Laughs... THIS Video ENDSChad Wild Clay
Views 1.3M
He Almost Got BANNED For a Free Rubik’s Cube!CubeHead
Views 4.2M
Cashies Special VDankPods
Views 665K
Thank you for this very enriching training, it was very useful to me. For a future video, I would have liked to know how to integrate an admin template with Angular 13 to design a real application.
Great course! Thank you! Would you consider making another course/video that explains how a full application like this (Backend, Frontend and database) could be deployed to say something like Heroku? So steps to move a project like this from a development environment to production.
I would.
I thought Angular was difficult to learn until I find this training! great course good work keep it up...
Hi, thank you for your tutorial explained really well. I wanted to ask you what theme you applied on IntelliJ, it's beautiful, and what plugin do you use for code autocompletion. Thanks again.
@Get Arrays Thank you
Dracula: plugins.jetbrains.com/plugin/12275-dracula-theme
Hi again! I'm currently at Angular Application Section (Angular Service - Part 1). In my past projects I use `.pipe` chained to http request to handle errors. Now that you used `Observable`, what's the best way to implement error handling?
This example in this course is basic. Yes, to handle errors you should use pipe so that you can use the catchError operator
Hey man, thank you. I hope every java developer gets to know your channel.
Thank you sir to this excellent course bur how to do pagination with Angular?
You can use a library called ngx-pagination. It's easy to use. Let me know if that helps.
Amazing job man, thanks a lot!!
great course, learned alot thank you sir.
You're welcome
so easly and so very well explained, than other tutorial. Please bro share us more such a these videos about Building Real Time Restful API with spring boot, because of improving busines logic in service layer.
Will do
I learned lot. Thank you soo much.. ♥️ ❤️
no problem
Hi, can you know what is the name of the templates for the editor. I mean for example font color. I searched for an identical template and did not find it.
Dracula: plugins.jetbrains.com/plugin/12275-dracula-theme
Many thanks for this! BTW, what's your IDE theme?
Dracula: plugins.jetbrains.com/plugin/12275-dracula-theme
Thanks amazing job can you share code source on Github Please ?? java part
Hi, Thank you for this video! i'am getting this error in the console "Cannot read property 'toLowerCase' of null", any idea?
thanks man, it was very helpful!!!!
Glad it helped!
Congratulations man!
It’s a great curse!
great tutorial
thank you for your efforts.
Thanks man. Kudos from Ghana. love your work
Hi Get Arrays; I hope everyone is doing well.
I started to follow this tutorial but I have a problem since the yesterday.
it is at the findEmployeeById() function
Spring notifies me an error: cannot convert from Object to Employee
He suggests that I cast the value of the return.
Sorry I am French speaking, I hope you will understand my English, Thanks in advance !
Optional findEmployeeById(Long id);
It is supposed to return an optional, not the employee. Please double check the code and pay close attention to the tutorial
I love the front end part i made spring angular cruds but its a nice gui
Hello M. Thanks for tutoriel. But get an error in my file #EmployeeResource.
When I call @EmployeeService.findAllEmployees I get this error "Non-static method @findAllEmployees() cannot be referencedfrom static context". Please I need your help Dear 🙏. Thank you for your advance.
@Get Arrays It solved thank you so much
You make something static when you call it in a non static block. Are you making your own changes to this? Please get the code and compare it to yours. Let me know if that helps.
Do you use design patterns in job ? For example CQRS, DDD
yes, every day
I had to make some changes to the bootstrap due to a new version, without problems. But there is an error in the onOpenModal method when the null parameter is passed, in the navigation bar, to add a new user. How can I solve this? The error is: "The argument of type 'null' cannot be assigned to the parameter of type 'Employee'."
@imane enami Thanks god! You saved my ass. How did you find that?
I had the same error, when i searched i found that it occurs because of the strictPropertyInitialization, if you want to solve it, edit the tsconfig.json and change the value of "strict" to false.
You're definitely missing something because on add new user, we pass in the string 'add' to open the add new user modal. can you double check the code?
Source Code:
Back-end: github.com/getarrays/employee...
Front-end: github.com/getarrays/employee...
1:29:28 CORS Import
Your are pro.
my need the source code please.....