ionepaul / angular-plugin-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Plugin Architecture Example

This project represents an example of how to achieve a plugin architecture in angular.

This project was generated with Angular CLI version 6.1.4.

Article related:

Setup

cd plugins/plugin-a

npm install

npm run build


cd core-app

npm install

npm start

About

License:MIT License


Languages

Language:TypeScript 55.7%Language:JavaScript 33.8%Language:HTML 10.1%Language:CSS 0.4%