Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 360 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 360 Bytes

Extension mechanism demo

This is an example of extension mechanism in Angular using lazy loaded modules.

Building the extension

cd extension
npm i
npm run build

Running the application

cd platform
npm i
npm start

Open a browser and navigate to http://localhost:8080