angular-pluggable-architecture icon indicating copy to clipboard operation
angular-pluggable-architecture copied to clipboard

This is an example of an Angular application that allows to dynamically plug functionality

Results 4 angular-pluggable-architecture issues
Sort by recently updated
recently updated
newest added

How did you create widget-hello.bundle.js inside the widgets-repo\widgets folder.Please suggest the steps to recreate the widget-hello.bundle.js

In order to create a new widget, are you using any command to create the required file structure or manually this structure has to be set up

Injector.**get(STRING)** has been **deprecated**. const widgets = moduleRef.injector.**get**('widgets'); Is there any alternative? I can not get it working on Angular 7.

How can I call a dashboard service from a widget?