Вキ
Size: a a a
Вキ
SV
SC
SC
LI
LI
export const GetFromServer = (path: string) => (target: ServerBus, key: string) => {
(target as any)[key] = function(this: ServerBus) {
this.http.get(createFullPath(this.busPath, path));
}
}
👽
👽
👽
SV
SV
SV
SV
LI
SV
SV
Вキ
LI
LI