Skip to content

angular

AngularContentChild Cover

Angular ContentChild

ContentChild is a property decorator in Angular that configures a content query or retrieves a reference to a projected content. We can use ContentChild in order to retrieve the first element (template reference, component, or directive) matching the selector from the DOM. We can define… Read More »Angular ContentChild