Angular - Modules
Consider two Angular modules:
CoreModule and FeatureModule. CoreModule provides a singleton service AuthService. How should you configure CoreModule to ensure AuthService is a singleton across the app and avoid multiple instances?