blob: af4b360b64a514e815ea50767420997f18ba15ef [file] [log] [blame]
import { OpaqueToken } from '@angular/core';
import {IAppConfig} from './app.config.interface';
export let APP_CONFIG = new OpaqueToken('app.config');
export const METRON_REST_CONFIG: IAppConfig = {
apiEndpoint: '/api/v1'
};