Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Created June 20, 2019 06:45
Show Gist options
  • Save buildmotion/624a58446ffeed7dd7f06db931b55281 to your computer and use it in GitHub Desktop.
Save buildmotion/624a58446ffeed7dd7f06db931b55281 to your computer and use it in GitHub Desktop.
import { IConfiguration } from '@angularlicious/configuration';
import { AppConfig } from '../assets/config/app.config.development';
const applicationConfig: IConfiguration = new AppConfig();
export const environment = {
appConfig: applicationConfig,
production: false
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment