Tag: angular

Build a YouTube Video Search Application Using Angular and RxJS

Build a YouTube video search app with Angular and RxJS

Dev

In this tutorial, we’ll walk through how to build a single-page application that retrieves a list of videos from YouTube by passing in a search query and other parameters to the YouTube search API.

Godson Obielum
Jul 20, 2020 ⋅ 13 min read
What's New in Angular 10?

Angular 10 is now available. Here’s what you need to know

Dev

A mere four months after the release of version 9, Angular 10 comes complete with new features, breaking changes, and deprecated APIs.

Godwin Ekuma
Jul 13, 2020 ⋅ 2 min read
The 10 Most Important JavaScript Frameworks Of The Past Decade

The 10 most important JavaScript frameworks of the past decade

Dev

Feeling nostalgic? Take some time to reflect on all the JavaScript frameworks that have influenced us as developers this past decade.

Ovie Okeh
Jan 24, 2020 ⋅ 8 min read
‘State of JavaScript’: What Are the Most In-Demand Frontend Frameworks in 2020?

What are the most in-demand frontend frameworks in 2020?

Dev

What libraries and frameworks are frontend developers most excited about in 2020? The annual “State of JavaScript” survey takes a pulse on the developer community.

Nwose Lotanna
Jan 6, 2020 ⋅ 3 min read

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