Trying to wrap up my head around creating an angular node module that will have a state mgmt Ngrx.
I've been building node module using this guide: https://medium.com/@nikolasleblanc/building-an-angular-4-component-library-with-the-angular-cli-and-ng-packagr-53b2ade0701e
Currently stuck at introducing ngrx child state, so that when I download from NPM my module, I can somehow define for to be part of my main app state mgmt.
As I understand I can do this somehow going the root of using/setting up ModuleWithProviders