Spring Boot Angular Simple Application Tutorial

Hi Geeks , Today’s tutorial is about “Building a Full-stack Application Spring boot +Angular” . Technologies Used : Spring boot Angular v6 MySql java 8 Plan : Create the REST Endpoint with Spring boot . Create the Angular  part of the Application . Spring Security integration . Code : Spring boot : https://github.com/ibrahimBelkhiria/spring-boot-post-rest-app  . Angular : https://github.com/ibrahimBelkhiria/Angular-post-rest-app  . First … Read more

Angular Unit Testing

Hi geeks welcome to the first part of angular unit testing tutorials. During the tutorials, I will demonstrate how we can test our Angular application. Angular and like every other front-end framework, provide us with a test suite So that testing becomes an easy step. Tools There are a number of testing libraries and frameworks we can use which … Read more

Gallery App with Symfony & Angular

Hi Guys, in this tutorial I will demonstrate how to create a simple gallery application with the Symfony and Angular. I have created this app to help demonstrate how we can upload images with REST API from Angular and Symfony . I hope you will enjoy it.Thanks Symfony source code: https://github.com/ibrahimBelkhiria/Gallery-app-symfony   Angular source code: https://github.com/ibrahimBelkhiria/Gallery-app-angular-   [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget]

Symfony & angular Rest API : Angular part & Finish

angular

Congratulations, you made it to here! Now you have the basics to build a simple Backend API with Symfony.In this section, we will cover how to consume the services with Angular (PS: You can interact with the API with any other technology that can handle HTTP request/response). Enjoy! code source : https://github.com/ibrahimBelkhiria/Rest-post-Angular [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] [siteorigin_widget … Read more

Rest API with symfony 3.3 & Angular v4

Introduction Hi geeks, In this series, I will demonstrate how to create a simple application with Symfony & Angular.Of course, we will use web services. In this tutorial, we will use REST. Enjoy!  Source code for Symfony : https://github.com/ibrahimBelkhiria/Post-Rest-symfony Source code for Angular : https://github.com/ibrahimBelkhiria/Rest-post-Angular   [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget]