(async () => {
const v = await {
then: (onFulfilled) => {
setTimeout(() => onFulfilled('hello there'), 10);
},
};
console.log(v); // 42
})();
<app-cards-container class="_container mx-auto text-white text-xs" [accessories]="accessories">
<app-cards *ngFor="let accessorie of accessories" [type]="accessorie.videocards" text="Видеокарты"></app-cards>