Created
June 20, 2019 06:45
-
-
Save buildmotion/624a58446ffeed7dd7f06db931b55281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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