Е
Size: a a a
Е
SK
VL
VL
VL
S
МИ
VL
VL
S
VL
Е
G
D
OS
D
DT
OS
D
if (this.currentUser.roles instanceof Array) {
this.currentUser.roles.map(v => {
if (this.appCanAccess.indexOf(v['name']) != -1) {
this.viewContainer.createEmbeddedView(this.templateRef);
}
})
}