G
Size: a a a
G
AS
AS
SC
G
SC
G
Y
АВ
proxy.conf.jsonAS
Y
I

OS

S

I
I
S
I
I
distinctComponentType(): any{
this.components$.pipe(
map(items => new Set([items.map(item => item.componentType)]))
).subscribe(data => this.distinctType = data as Set<string[]>);
}S
distinctComponentType(): any{
this.components$.pipe(
map(items => new Set([items.map(item => item.componentType)]))
).subscribe(data => this.distinctType = data as Set<string[]>);
}this.distinctType = new Set(...)