Provides an Environment value for the ENVIRONMENT token
provideEnvironment
Functioncore/tokensv0.1.0
projects/core/tokens/environment.token.ts
Description#
Provides an Environment value for the ENVIRONMENT token.
import { environment } from './environments/environment';
bootstrapApplication(AppComponent, {
providers: [provideEnvironment(environment)],
});