ASP.NET Core WebAPI / Angular Demo with Ngrx store & Ngrx effects, Component based design & Lazy Loading runnable on every Platform (Cross Platform)
This repository offers you a demo application implemented with the AngularCLI and an endpoint using ASP.NET Core WebAPI.
The application comes with lazy loading, forms, custom validation, routing , ngrx store, ngrx effects, etc.
Server and Client are completely seperated that you can exchange the endpoint easily.
Please install cordova
npm install cordova -g
- Android SDK
- Windows 10 SDK
- Download and install ImageMagick (base toolkit for image processing, used here for splash screen and icon generation)
This client is implemented with Angular and Webpack. You can start the application by running
npm install
and
npm start
the application starts and runs in your default browser.
You can build Cross Platform by typing
npm run build-all
for building Web, Desktop (Windows and Linux) and Apps for Android and Windows Phone in the .dist folder.
You can see an Angular Demo with all the techniques combined here (running on Azure)
https://foodapiui.azurewebsites.net/