0.0.0 • Published 4 years ago

angular-plugin-architecture v0.0.0

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

AngularPluginArchitecture

Example of building AOT compiled Angular 7 plugin that can be consumed on client and server sides(SSR)

For Angular 8 see cli8 branch

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

Server-side

npm run build:ssr
npm run serve:ssr

License

MIT