В
и если действительно давал обещание, то скорее всего выполнит
Size: a a a
В
S
J💖
🔬
🔬
В
VA
IB
const createHost = createHostFactory({component: MyLolComponent})
spectator = createHost('<my-lol [input]="ogo"></my-lol>', { hostProps: { ogo: 123 }})
S
const createHost = createHostFactory({component: MyLolComponent})
spectator = createHost('<my-lol [input]="ogo"></my-lol>', { hostProps: { ogo: 123 }})
IB
S
IB
S
@Component() class Host { @Input() ogo: number }
IB
@Component() class Host { @Input() ogo: number }
S
IB
C
C
S
ДМ
const createHost = createHostFactory({component: MyLolComponent})
spectator = createHost('<my-lol [input]="ogo"></my-lol>', { hostProps: { ogo: 123 }})