apoprotsky / angular-plugin-architecture

Example of Angular application with plugin architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularPluginArchitecture

Example of building AOT compiled Angular 9 plugin that can be consumed on client

Setup

npm install

Building shared plugin

npm run build:shared

Building plugins

npm run build:plugin1
npm run build:plugin2

Run

Dev mode

npm start

License

MIT

About

Example of Angular application with plugin architecture


Languages

Language:TypeScript 84.8%Language:CSS 7.8%Language:HTML 7.5%