I am following this example:
https://stackoverflow.com/questions/39901473/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.