Alison Vilela
Alison Vilela
Interesting your proposal, I'll see how to implement it soon
Yeah @AlexandreKavalerski , I have a `core.module` but when I import `Ng2Permission` and `PermissionService` don't work in SubModules Routes For example.: - core.module `Import Ng2Permission and PermissionService` - app.module `Import...
@JavadRasouli Ok, but I need to import `Ng2Permission` into `CoreModule` and I need to import `CoreModule` into multiple modules
@jmparra very interesting, @JavadRasouli if we configure `forRoot` in this way? we could then import into other modules without duplicating the service
I implemented this feature locally a while ago, because I needed it so much, I can do a PR with these modifications