How to Communicate between Angular Components

Angular is purely driven through Component based architecture. Components are like basic building blocks in an Angular application. These components can also be nested such as there may be many child components to a single parent component. A component has a selector, template,style and other properties and it is defined using an @component decorator. In... Continue Reading →

Blog at WordPress.com.

Up ↑