GitHub - tmollard/angular-plugin-architecture: Example of building Angular plugin with AOT and SSR

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

AngularPluginArchitecture

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

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

About

Example of building Angular plugin with AOT and SSR

Resources

Readme

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • TypeScript 81.1%
  • JavaScript 8.7%
  • CSS 5.2%
  • HTML 5.0%