mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
12 lines
234 B
TypeScript
12 lines
234 B
TypeScript
import { Injectable } from '@angular/core';
|
|
//import { Platform } from '@ionic/angular';
|
|
//import { SQLite, SQLiteObject } from '@ionic-native/sqlite/ngx';
|
|
|
|
@Injectable({
|
|
providedIn: 'root'
|
|
})
|
|
export class SqliteService {
|
|
|
|
// y
|
|
}
|