You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): Make ConfigModule importable in every NgModule (#157)
* Updated config.module.ts
Removed the check in the constructor, this way every module can import ConfigModule and have access to ConfigPipe.
* Update README.md
* Provide a forChild() method
This change makes ConfigModule importable in lazy loaded modules with forChild() but also preserves the forRoot() check.
* Updated README to reflect last commit
* Update config.module.ts
Removed the generic from InjectionToken
* Update config.module.ts (tslint)
Co-authored-by: Burak Tasci <burak.tasci@deliveryhero.com>
0 commit comments