Issue #15: TypeScript 4.6, The State of Angular with Mark Thompson, Angular Compiler and web UIs without JavaScript
Announcing TypeScript 4.6 RC - TypeScript | by Daniel Rosenwasser — devblogs.microsoft.com
Today we’re excited to announce our Release Candidate (RC) of TypeScript 4.6! Between now and the stable release of TypeScript 4.6, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet...
#ngTutorials
How the Angular Compiler Works | by Alex Rickabaugh — blog.angular.io The Angular Compiler (which we call ngc) is the tool used to compile Angular applications and libraries. ngc is built on the TypeScript compiler (called tsc) and extends the process of compiling…
How to handle errors REACTIVELY with the async pipe | by Joshua Morony — www.youtube.com
In this video, we take a look at how to handle errors from RxJS observable streams reactively when using the async pipe in Angular
Managing Local Storage in Angular | by Hugo Noro — dev-academy.com Learn how to use local storage the right way in Angular applications.
#ngPodcasts
S09E05 Modern Web Podcast - The State of Angular with Mark Thompson — modernweb.podbean.com
In this episode, Rob Ocel discusses the present state and future goals of the Angular ecosystem with Mark Thompson, Developer Relations Engineer at Google, and Angular Core Team member. They talk about Angular’s most recent accomplishments, like the advancements afforded by Angular v12, and how the Angular team responds to RFCs and other forms of community feedback...
#ngWeb
Move over JavaScript: Back-end languages are coming to the front-end · GitHub | by Klint Finley — github.com A new crop of tools is helping developers build web UI components on the backend—no JavaScript required!
#ngCommunity
How to find MEMORY LEAKS in Ionic Angular Apps | by Simon Grimm — www.youtube.com
Today we will learn to use the browser profiling tools to find memory leaks in our Ionic Angular application and look at solutions to fix them...