Hello guys , while working with Angular js we sometimes gets caught in situtation where we have to apply css on child components.It's not possible by adding css normally in parent compponent due to the scope of component css. So we will learn how to apply css on child components in Angular js.
Tag
Child Components
All blogs tagged with Child Components
2
Articles
22,757
Total Views
Showing 2 of 2 articles
16
Jan
2022
How to Apply css on child components in Angular
15
May
2021
How to reload child components in vue.js
Hello guys, in this article we will learn how to reload vue js child component. Sometime we need to reset child components or just re-render them. There few ways to reset child components but for beginner and those who have just started with vue js it can become a tough task to understand the flow to reset child components. So we will see how to reload child component.