ML
Size: a a a
ML
G
ML
SФ
SФ
ML
ML
IF
ML
DG
pipe(map(arr => arr.map(val => val.id))
ML
pipe(map(arr => arr.map(val => val.id))
ML
D
ML
ML
DG
ML
Нh
load(): any {
if (this.data) {
return of(this.data);
} else {
return this.http
.get('assets/data/data.json')
.pipe(map(this.processData, this));
}
}
DD
load(): any {
if (this.data) {
return of(this.data);
} else {
return this.http
.get('assets/data/data.json')
.pipe(map(this.processData, this));
}
}
Нh