Closed
Description
As #9 is already a breaking change, might as well make things easier for the every day developer as well by masking the forRoot(OgmaModule, options)
functionality behind a core module that sits in the background so that all is needed is OgmaModule.forRoot(options)
or OgmaModule.forRoorAsync(asyncOptions)
. This should be easy enough to implement for anyone who wants to manage it.