Update npm/ng-packs/packages/core/src/lib/utils/environment-utils.ts

Co-authored-by: Bunyamin Coskuner <bnymncoskuner@gmail.com>
pull/10055/head
Mehmet Erim 4 years ago committed by GitHub
parent b6c4500e9e
commit c511dd3b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ export function getRemoteEnv(injector: Injector, environment: Partial<Environmen
catchError(err => {
httpErrorReporter.reportError(err);
return of(null);
}), // TODO: Condiser get handle function from a provider
}), // TODO: Consider get handle function from a provider
tap(env => environmentService.setState(mergeEnvironments(environment, env, remoteEnv))),
)
.toPromise();

Loading…
Cancel
Save