natemcmaster / DotNetCorePlugins

.NET Core library for dynamically loading code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Plugin architecture for react or angular frontend apps?

aloksharma1 opened this issue · comments

i am using angular for a microservice net core application & this library for hosting plugins, i want to know if angular provides a plugin architecture system which we can use to create separate angular apps and then put them in main core app as pluggable modules.
so basically something similar to this library but for angular 8+ or react?
many thanks

This is off topic for this project as Angular is an entirely different language and runtime environment.