File

apps/demo/src/environments/environment.interface.ts

Index

Properties

Properties

apiUrl
apiUrl: string
Type : string
production
production: boolean
Type : boolean
server
server: boolean
Type : boolean
type
type: "prod" | "development"
Type : "prod" | "development"
export interface IEnvironment {
  server: boolean;
  type: 'prod' | 'development';
  production: boolean;
  apiUrl: string;
}

result-matching ""

    No results matching ""