Implementing a plugin architecture / plugin system / pluggable framework in Angular 2, 4, 5, 6

后端 未结 12 711
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 16:18

Update 5/24/2018: We are now +3 versions of Angular from my original post and still don\'t have a final workable solution. Lars Meijdam (@LarsMeijdam) has c

12条回答
  •  醉酒成梦
    2020-11-30 16:48

    I found a good article from Paul Ionescu about how to build a plugin extensible application in angular.

    https://itnext.io/how-to-build-a-plugin-extensible-application-architecture-in-angular5-736890278f3f

    He also references an example application at github: https://github.com/ionepaul/angular-plugin-architecture

提交回复
热议问题