environment.mock.ts 118 Bytes
export { AppModule as AppModule } from '../app/app.mock.module';

export const environment = {
  production: false
};