Buat Mock Promise Angular

return new Promise<string>(resolve => resolve(localStringValue));
ChernobylBob