DP
Size: a a a
DP
P
configs: Observable<Config[]>;
getConfigs(): Observable<Config[]> {
if (!this.configs) {
this.configs = this.http....
}
return this.configs;
}
clearCache() {
this.configs = null;
}
E
configs: Observable<Config[]>;
getConfigs(): Observable<Config[]> {
if (!this.configs) {
this.configs = this.http....
}
return this.configs;
}
clearCache() {
this.configs = null;
}
E
P
P
AS
AS
P
AS
AS
P
AS
P
AS
АР
M
AS
ДМ