Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
environment.ts 887 B
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.

// Don't forget to add properties to the `evironment.prod.ts` if needed
export const environment = {
  production: false,
  version: 'DEV',
  apiPlannerUrl: '/api/planner/v1',
  apiSearchUrl: '/api/search/v1',
  apiEnrollUrl: '/api/enroll/v1',
  snackbarDuration: 4000,
  useNewDARSView: true,
};

/*
 * In development mode, for easier debugging, you can ignore zone related error
 * stack frames such as `zone.run`/`zoneDelegate.invokeTask` by importing the
 * below file. Don't forget to comment it out in production mode
 * because it will have a performance impact when errors are thrown
 */
// import 'zone.js/dist/zone-error';  // Included with Angular CLI.