The Angular team has committed to time-based releases that occur in three cycles, setting Angular 4 to come out early next year.
Read more »
In Angular, we strongly believe in consistency and best practices. For example, we adopted TypeScript in its early days because we wanted… (more…)
Read more »
This post is part of a series in which I will describe how I built my first PWA. It will touch on many topics such as Angular 2, Ionic 2, Firebase, service workers, push notifications, serverless architectures. I hope you find it useful when building your... (more…)
Read more »
For an RSS plugin, we will build a routeDiscoveryDone plugin, which is usually called when all routes have been discovered. This is going to use data discovered during the route discovery process to create an RSS feed. (more…)
Read more »
To add a conditional class in Angular we can pass an object to `ngClass` where key is the class name and value is condition i.e., true or false... (more…)
Read more »