angular 9 multi project optional env prod import and fix
Angular 9 Errror "cannot enable prod mode after platform setup" we need add this line to enviroment.prod.ts to fix this error above: // enviroment.prod.ts global.prod = true;
Angular 9 Errror "cannot enable prod mode after platform setup" we need add this line to enviroment.prod.ts to fix this error above: // enviroment.prod.ts global.prod = true;