Adding new Module Asynchronously/Lazily
If you are doing code splitting or otherwise want to add an Module after the app is already running, just dynamic import and use it.
If you are doing code splitting or otherwise want to add an Module after the app is already running, just dynamic import and use it.