Alex-hv
Results
3
comments of
Alex-hv
+1 for MODULE_INITIALIZER
Here is great option to implement such feature, thanks to @kristofdegrave! https://github.com/angular/angular/issues/34351#issuecomment-577095385 when you're importing your module, you can do like this: ``` import('./some/some.module') .then(({ SomeModule }) => { //...
Hey @tehpsalmist, done!