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