Опубликовано: 28 Сентябрь 2024 на канале: TechBoT Ram
154
7
Input Property in Angular
@Input in Angular
Input decorator in a component is used to get the data from the parent component when it is nested in a component.@Input decorator is used to make the property as input property.