mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
improve service data
This commit is contained in:
@@ -13,7 +13,7 @@ export class DataService {
|
|||||||
this.data[name] = value
|
this.data[name] = value
|
||||||
}
|
}
|
||||||
|
|
||||||
get (name: string) {
|
get (name: string): any {
|
||||||
return this.data[name]
|
return this.data[name]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user