David Aden writes about the fundamental aspects of Angular 2 components and providers.
Tag: angular 2 components
Angular 2 Components and Providers: Classes, Factories & Values
Angular 2 Components: Inputs and Outputs
David Aden discusses Angular 2 components, looking at how they’re defined, and how to get data into them and back out of them.
Understanding Component Architecture: Refactoring an Angular App
Jurgen Van de Moere takes an existing Angular 2+ app and refactors it into a more modular component architecture, making use of reusable "dumb" components.
A Guide to Building Quality Angular 1.5 Components
Jeremy Wilken takes a high-level look at Angular 1.5 components, from design principles, to application architecture with a lot more in between.
Building a Chart Component with Angular 2 and FusionCharts
Rohit Boggarapu demonstrates how to create a simple chart component in Angular 2 using the FusionCharts library and plain JavaScript.
Upgrade Your App to Angular 1.5 Components and Beyond!
Refactor your app to use Angular 1.5 components. Jay Raj shows you how to prepare your code for eventual migration to Angular 2.