The content of this post is based on Angular version >= 2.x unless explicitly stated otherwise. Are you looking for a path for learning Angular? Try these courses on Pluralsight: Angular: Getting Started (5h 26 m) This course gets you started with the basics of Angular including building components, services, and Angular modules. Angular CLI […]
Property ‘x’ is private and only accessible within class ‘MyComponent’
The content of this post is based on Angular version >= 2.x unless explicitly stated otherwise. As with any application framework, there are those issues that trip up many developers. Some of these are due to changes to the framework over time, others are just unexpected results from seemingly correct code. I’ve tried to […]
Passing Data to and Raising an Event from a Nested Component
The content of this post is based on Angular version >= 2.x unless explicitly stated otherwise. Let’s look at how to pass data to a nested component and raise an event from a nested component. But first, let’s define what a nested component is. A nested component is an Angular component that provides some […]