I'm learning Angular and in the tutorial I've been working with, there is this line of code:
@Input() product!: Product;
I'm wondering what the ! means in this context. Thanks in advance to all who respond.
I'm learning Angular and in the tutorial I've been working with, there is this line of code:
@Input() product!: Product;
I'm wondering what the ! means in this context. Thanks in advance to all who respond.