VV
Size: a a a
VV
R
VV
R
。
G
A
G
G
A
A
A
VK
K✔
constructor() { this.load() }
public load(): Promise<any> {
return this.http.get(url)
.toPromise()
.then(() => {});
}
Observable
.AV
B
S
S
constructor() { this.load() }
public load(): Promise<any> {
return this.http.get(url)
.toPromise()
.then(() => {});
}
Observable
.AV