Tag: angular

How to execute a function with a web worker on a different thread in Angular

Dev

Learn how we can shift heavy processing from the main thread to a background thread, without blocking the main thread in order to provide a great user experience.

Vlado Tesanovic
Nov 23, 2019 ⋅ 3 min read
angularforms

How to make your Angular 8 forms reactive

Dev

In this post, we’ll look at various approaches of form handling.

Nwose Lotanna
Oct 4, 2019 ⋅ 4 min read
How To Use Subjects To Multicast Observers In RxJS

How to use subjects to multicast observers in RxJS

Dev

Learn how to multicast values to observers using subjects in RxJS.

Nwose Lotanna
Aug 1, 2019 ⋅ 5 min read
Cache invalidation strategies using IndexedDB in Angular 2+

Cache invalidation strategies using IndexedDB in Angular 2+

Dev

Creating offline-first web applications is not a trivial task. There are numerous considerations to be made (more than can be […]

Sean van Mulligen
Jun 12, 2019 ⋅ 9 min read
New In Angular 8

What’s new in Angular 8: Web worker support and more

Dev

Angular 8 has arrived, and it includes updates to nearly every component of the platform. But what about the highly anticipated Ivy renderer?

Nwose Lotanna
Jun 10, 2019 ⋅ 3 min read
Useful Features In Angular CLI

6 useful features in Angular CLI

Dev

With the second iteration of Google’s web framework Angular and a complete rewrite of AngularJS, the Angular community was given a significant […]

Adam Morgan
May 29, 2019 ⋅ 3 min read
Angular Logo

New Angular features you didn’t know existed

Dev

TL;DR: In this post, you will be introduced to a few new Angular features you might not know about. We […]

Nwose Lotanna
May 6, 2019 ⋅ 5 min read

The question of “why?” in single-page application frameworks

Dev

The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web […]

Jason Hoffman
Nov 16, 2018 ⋅ 6 min read
History Of Front-End Frameworks

History of front-end frameworks

Dev

A history of front-end frameworks including Semantic UI and others.

Michael Wanyoike
Oct 16, 2018 ⋅ 7 min read

A quick guide to Angular scopes

Dev

Angular applications normally rely on controllers to control the flow of data in an application. This data is then passed […]

Claudio Ribeiro
Aug 29, 2018 ⋅ 3 min read

Building a progressive web app (PWA): No React, no Angular, no Vue

Dev
Florian Rappl
Jul 18, 2018 ⋅ 10 min read

Frontend in 2018: More consensus, less complexity

Dev

2017 was quite a year in frontend web development. Frameworks like React and Angular have continued to enjoy large-scale support […]

Kaelan Cooter
Jan 11, 2018 ⋅ 9 min read