thanks bro
Posts made by root
-
RE: IONIC HELP
Asynchronous functions ගොඩක් කරදරයි use කරන්න මොකද ඔයාට බලන් ඉන්න වෙනවා function එක ඉවරවෙනකම් අනිත් function එක run කරන්න , Promise එකක stages 3ක් තියෙනවා මේකෙදි ඔයාට errors handle කරන්න පුළුවන් ගොඩක් ලේසියෙන් ඔයා දැන් use කරන method එකට වඩා, මේ error handling එක ගොඩක්ම සමානයි synchronous try/catch එකකට මේක ගැන වැඩි විස්තර දැනගන්න Javascript Promise ගැන කියවන්න.
ඔයාගේ මේ process එකට හරියන්නේ Promise එකක් එත් හැම එකටම Promise use කරන්නත් බැ. Async/Await use කරන්න ඕනෙම වෙලාවලුත් තියෙනවා
-
RE: IONIC HELP
මචන් මේ service එකේ තියෙන http request එක promise එකක් විදියට දාන්න
getOrdersStorage(){ const data = await this.storageService.get('access_token'); const headers = new HttpHeaders({ Authorization: `${data.token_type} ${data.access_token}` }); return new Promise(resolve => { this.http.get(`${environment.apiUrl}/rider/pending/${data.business_id}/${data.user_id}`, { headers: headers }) .subscribe( data => {resolve(data)}, error=> { console.log(error ); } ) }) }
Page එක ඇතුලේ
this.orderService.getOrdersStorage() .then( data => this.handleSuccess(data) ).catch(()=>{ console.log("catched") } )
handleSuccess(data) { //request success function එක }
-
RE: Android API
Translator Api eke price plan ekak thiyena nisa oyata ona dekata use karanna puluwan man hithanne
-
RE: Sampath bank eke payment gateway udauwwak
i think they don't provide sandbox for public, but we can create a process of intergration
-
RE: Sampath bank eke payment gateway udauwwak
we have to find the informations, i have a friend in sampath bank i'll try to get information from him.
-
RE: Sampath bank eke payment gateway udauwwak
@Munasinghe-Arachchige-Tharindu-Dhananjaya
@dev_lak can we create tutorials for srilankan payment gateway integration with php and node ??
-
RE: සිංහලෙන් VPS Installation ( Ubuntu + NGINX + php-fpm + WordPress) - LEMP
apache2 wala vhost .conf file eka ewana .
-
RE: සිංහලෙන් VPS Installation ( Ubuntu + NGINX + php-fpm + WordPress) - LEMP
Mokadda server eka Apache da nginx da ??
-
RE: සිංහලෙන් VPS Installation ( Ubuntu + NGINX + php-fpm + WordPress) - LEMP
Niyamai bro . Digatama karamu
-
RE: NPM Package to Generate Keystores
superb bro diagatama hadamu packages
-
RE: Use Eloquent ORM in PHP projects without Laravel
great ORM in the world. thanks keep it up