Issue #43: v14.2 released, TypeScript 4.8, What's New With StackBlitz? with Eric Simons, Optimizing Images with the Angular Image Directive, Cypress Component Testing in Angular
Angular on Twitter: "Guess what? v14.2 is out now!"
→ Developer Preview of a new Image Directive in collaboration with @ChromiumDev
→ CDK Listbox is stable
→ ng serve with service-worker support
→ Developer Preview of standalone support in Angular Elements
Getting Started with Standalone Components in Angular | by Jessica Janiuk — www.youtube.com
Join the Angular team's very own Jessica Janiuk as she guides us through the getting started with the brand new Standalone Components feature in Angular.
#ngTutorials
Optimizing Images with the Angular Image Directive | by Kara Erickson and Leena Sohoni — developer.chrome.com
Introducing the new Angular image directive (NgOptimizedImage) that brings built-in performance optimization techniques to images in Angular apps.
How to implement a Nest JS backend with an Angular frontend | by Kevin Kreuzer — www.youtube.com
Nest JS is the perfect backend for Angular developers. In this video, you will learn how to create a REST endpoint with Nest JS and display the data in an Angular frontend.
Experimenting with Module Federation & Angular Standalone Components in Nx | by Nrwl - Narwhal Technologies Inc. — www.youtube.com
Join Nx Core team members Colum Ferry and Juri Strumpflohner as they talk about Module Federation and how Angular Standalone Components fit into that.
Cypress Component Testing in Angular | by Rainer Hahnekamp — www.youtube.com
This video introduces you to Cypress Component testing in Angular and also argues that it will be the way how to test components in the near future.
Let me show you my secret RxJS playground | by Joshua Morony — www.youtube.com
Where do you go when you need to quickly test out some JavaScript code? Using the Node REPL pre-configured with your favourite npm packages like RxJS is a fantastic way to quickly test things without disturbing your workflow.
#ngPodcasts
Reactivity in Angular | by This Week In Angular Podcast — www.youtube.com
We are discussing new reactivity patterns that could be introduced into Angular.
S2E30 | Mike Pearson on Just Trying Things and StateAdapt | by Angular Experience — www.spreaker.com
For his work on State Adapt we have Michael Pearson on the show today. We want to learn more about innovating & creating, but especially why and how you can “just try things” even when imposter syndrome gets the better of you.
S4 E2 - What's New With StackBlitz? with Eric Simons | by The Angular Plus Show — www.spreaker.com
We check in with StackBlitz CEO, Eric Simons. StackBlitz has been furthering their mission of making a whole development environment available in the browser by building WebContainers, which allow you to run node.js natively in your browser. Join us for this exciting preview of what the web will be like in 5-10 years!
Episode 198: Angular v14 and Beyond | by Web Rush — www.webrush.io
Minko Gechev joins us to talk about what's in Angular 14, what Angular is, what Angular isn't, how components are handled in Angular, and more.
#ngWeb
Announcing TypeScript 4.8 - TypeScript | by Daniel Rosenwasser — devblogs.microsoft.com
Creative list styling | by Michelle Barker — web.dev A look at some useful and creative ways to style a list.
#ngQuote
"Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming." - Rob Pike — quotefancy.com