pantonis
pantonis
Hi, Please see the sample code I created above that is implemented with resolver and is not working ```` @NgModule({ providers: [ StompServiceProvider, ConfigResolve ] }) export class FeatureModule {...
APP_INITIALIZER works but I have to load all modules configurations in the RootModule. This raises security and isolation concerns as Feature module A will know the config of Feature module...
Yes I Have this and forgot to add this in the code above. The problem here is that OverrideStompService is created before the resolver is called
No I dont like the idea with passing module id etc.. I still think idea of MODULE_INITIALIZER is more clean and will also help other scenarios that I cant think...
@mlc-mlapis how do you know that it doesnt seem that will get the support in near future? I opened this ticket to write a suggestion what it would be good...
@andreElrico I managed to do that by calling each exporter ``` Export ```
@HalitTalha If I do this there is no way to hide any columns for the csvexport
@HalitTalha my data are only 1000 rows not 15000. It still flickers like crazy. What is the actual issue here that is causing this flickering?
Any estimate on when is gonna be released?
@HalitTalha any update on that?