I am following this example:
Wrap gridstack.js into Angular 2 component
Can't seem to get the approach outlined by @Etchelon, Can someone provide a working sample code of dynamic component service, ie:
import { DynamicComponentService } from "./dynamic-component.service";
I have spent few days on this. Any help appreciated.