UNPKG

angular-base-starter

Version:

Angular starter based on @ngrx/store & Redux

8 lines (6 loc) 171 B
import { environmentInterface } from './index'; const production: environmentInterface = { port: 8000, ENV: process.env.NODE_ENV }; export default production;