Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created February 26, 2023 09:50
Embed
What would you like to do?
import { Environment, MYORG_APP_CONFIG } from '@myorg/myorg/shared';
constructor(@Inject(MYORG_APP_CONFIG) config: Environment) {
console.log('environment -> ', config);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment