Angular Architecture Angular Application Architecture - Building Flux Apps with Redux and Immutable.js In this post we will explore how to design an Angular application according to the Flux architecture, by using the Redux and Immutable.js libraries. We will go over the following topics: * The challenges of building large scale single page apps * Three types of
Angular Core Angular @Component: The Fundamentals Although the Router part of Angular is still changing a lot, the public API for building components is already quite stable. In this post we will go through on how we can build components with this new version of Angular, based on some code