All Projects → zouabimourad → Angular2 Spring

zouabimourad / Angular2 Spring

Angular 2+ and Spring Integration

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Angular2 Spring

Springbootangularhtml5
♨️ Spring Boot 2 + Angular 11 + HTML5 router mode + HTTP interceptor + Lazy loaded modules
Stars: ✭ 89 (-33.08%)
Mutual labels:  spring-boot, angular2, angular4
Ng Http Interceptor
Http Interceptor library for Angular
Stars: ✭ 108 (-18.8%)
Mutual labels:  angular2, angular4
Ngx Validators
Validator library for Angular 2+
Stars: ✭ 128 (-3.76%)
Mutual labels:  angular2, angular4
Aspnetcore Angular Universal
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Stars: ✭ 1,455 (+993.98%)
Mutual labels:  angular2, angular4
Angular4 Primeng Admin
angular4-primeng-admin @angular/cli开发的后台模板
Stars: ✭ 99 (-25.56%)
Mutual labels:  angular2, angular4
Angular Generic Table
A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
Stars: ✭ 100 (-24.81%)
Mutual labels:  angular2, angular4
Ng Packaged
An Angular library packaged by ng-packagr
Stars: ✭ 109 (-18.05%)
Mutual labels:  angular2, angular4
Angular Cropperjs
CropperJS integration for Angular +6
Stars: ✭ 88 (-33.83%)
Mutual labels:  angular2, angular4
Ng Simple Slideshow
A simple, responsive slideshow for Angular 4+.
Stars: ✭ 119 (-10.53%)
Mutual labels:  angular2, angular4
Ng2 Smart Table
Angular Smart Data Table component
Stars: ✭ 1,590 (+1095.49%)
Mutual labels:  angular2, angular4
Springboot Restful Angular
springBoot,restful,jwt,angular4 搭建的前后端分离后台管理系统
Stars: ✭ 121 (-9.02%)
Mutual labels:  spring-boot, angular4
Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (-30.83%)
Mutual labels:  angular2, angular4
Ng2 Flatpickr
Angular 2+ wrapper for flatpickr (https://github.com/chmln/flatpickr)
Stars: ✭ 91 (-31.58%)
Mutual labels:  angular2, angular4
Fusebox Angular Universal Starter
Angular Universal seed project featuring Server-Side Rendering, @fuse-box bundling, material, firebase, Jest, Nightmare, and more
Stars: ✭ 132 (-0.75%)
Mutual labels:  angular2, angular4
Ngx Openlayers
Angular2+ components for Openlayers 4.x
Stars: ✭ 131 (-1.5%)
Mutual labels:  angular2, angular4
Angular Admin Lte
AdminLte for Angular 2
Stars: ✭ 109 (-18.05%)
Mutual labels:  angular2, angular4
Spring Boot Mongodb Angular Todo App
A Sample App built using Spring Boot, Angular and MongoDB
Stars: ✭ 84 (-36.84%)
Mutual labels:  spring-boot, angular4
Coreui Free Angular Admin Template
CoreUI Angular is free Angular 2+ admin template based on Bootstrap 4
Stars: ✭ 1,279 (+861.65%)
Mutual labels:  angular2, angular4
Rebirth Ng
rebirth-ng is a ui framework for Angular & bootstrap.
Stars: ✭ 118 (-11.28%)
Mutual labels:  angular2, angular4
Ng Gapi
ng-gapi a Google api module for Angular 6+
Stars: ✭ 126 (-5.26%)
Mutual labels:  angular2, angular4

angular 2+ Spring Boot Integration

This example shows how to do a paginated table with Angular and Spring Boot ( RestController )

Installation

The Back End

You'll need Maven 3+ and Java 8

The Front End

  • npm install -g @angular/cli to install angular cli ( globally )

  • npm install to install Node packages

Run

The Back End

  • mvn spring-boot:run to start spring boot

The Front End

  • ng serve --proxy-config proxy.conf.json
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].