Closed
Description
There is
environment.prod.ts and environment.ts
I put different variables value in them like:
//environment.ts
export const environment = {
production: false,
loginurl:"localhost:8080"
};
//environment.prod.ts
export const environment = {
production: false,
loginurl:"xxx.xxx.com"
};
how can I read loginurl variable with defferent webpack environment?
Metadata
Metadata
Assignees
Labels
No labels