ViewChildren and ContentChildren in Angular

1 Β· Minko Gechev Β· Jan. 23, 2016, midnight
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....