environment.d.ts 91 Bytes Edit Raw Blame History 1 2 3 4 export declare const environment: { production: boolean; appConfigPath: string; };