Skip to content

Instantly share code, notes, and snippets.

@arturovt
Last active March 14, 2019 10:48
Show Gist options
  • Save arturovt/d50b293a47aa5eae88d32c7f79cda905 to your computer and use it in GitHub Desktop.
Save arturovt/d50b293a47aa5eae88d32c7f79cda905 to your computer and use it in GitHub Desktop.
Promise.all([
import('@ngxs/store'),
import('@ngxs/logger-plugin'),
import('@ngrx/store'),
import('@ngrx/effects'),
import('@ngrx/entity'),
import('@ngrx/store-devtools')
]).then((modules) => {
console.log(modules);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment