A Standalone Single-SPA Angular Application
This project is a micro-application that can be imported in a Single-SPA (root-config) application or serve/build as a standalone application.
Run locally
Standalone app: ng s -o
Single-spa app: npm run serve:single-spa:ngSspaApp
Guide
To follow soon...