1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-08-25 21:05:39 +00:00
awesome-compose/samples/angular/angular/src/environments/environment.prod.ts
Anca Iordache 93ad7f54c0 add angular application sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-05 19:28:57 +01:00

4 lines
51 B
TypeScript

export const environment = {
production: true
};