You are here |
jaysoo.ca | ||
| | | |
jaketrent.com
|
|
| | | | Sometimes you'll want to pass properties from a parent component to children components. Here's how to do it. | |
| | | |
teropa.info
|
|
| | | | Tero Parviainen | |
| | | |
blog.mgechev.com
|
|
| | | | In this article I'm going to explain the difference between the concepts of view children and content children in Angular. We will take a look at how we can pass access these two different kinds of children from their parent component. Along the content we are also going to mention what the difference between the properties providers and viewProviders of the @Component decorator is. You can find the source code of the current article at my GitHub account. | |
| | | |
sandroroth.com
|
|
| | Reducers are not only useful for global state management. They can also be used for local component state. And compared to plain useReducer() we can reduce boilerplate code by adapting the API of modern reducer libraries like Redux Toolkit (RTK). |