i have data base when i run the insert code i get this error
{"__zone_symbol__currentTask":{“type”:“microTask”,“state”:“notScheduled”,“source”:“Promise.then”,“zone”:“angular”,“cancelFn”:null,“runCount”:0}}
here is the code
db.executeSql('INSERT INTO rules(ruleID,ruleName,ruleDes,ruleAudio,ruleLetter) VALUES (\'1\' , \'قاعدة (الكلمات الثلاثية ) : \' , \'كلمات تتكون من ثلاثة أحرف\' , \'rule1\' , \'خمعل\')', [])
.then(() => {this.presentToast()})
.catch(e =>{
alert(JSON.stringify(e));
});