Event Dispatch in Angular. Authors: Jatin Ramanathan, Tom… | by Angular | Apr, 2024

[ad_1] Authors: Jatin Ramanathan, Tom Wilkinson Photo of a telephone switchboard by Joe Mabel, CC BY-SA 4.0, via Wikimedia Commons Rather than focusing on developer-facing APIs, in this blog post we’ll cover under-the-hood details of the new event delegation system of Angular. In the long-term it’ll enable features such as fine-grained hydration and improve runtime […]

Meet Angular’s new output() API. Angular v17.3 introduces the improved… | by Paul Gschwendtner | Mar, 2024

[ad_1] Angular v17.3 introduces the improved API for declaring outputs as a developer preview. The new output API provides developers with: a simpler and safer API for declaring outputs in directives. a consistent API aligned with the new signal inputs, queries or model functions. more correct types for emitting values. The existing @Output API with […]

Angular with NativeScript: Creating the Blackout Lighting Console | by Nathan Walker | Mar, 2024

[ad_1] Lighting consoles are electronic devices used in theatrical lighting design to control multiple stage lights at once. Traditionally, lighting consoles are standalone physical devices. The nstudio team wanted to bring the power and versatility of the lighting console to mobile devices. This is the story of how we used Angular and NativeScript to bring […]

Signal Input is now available in developer preview for Angular devs | by Paul Gschwendtner | Feb, 2024

[ad_1] In Angular 17.1 we introduced signal-based inputs as a reactive alternative to decorator-based @Input(). The new inputs provide developers with new ways that: allow you to integrate and benefit from Angular signals today:▹ providing easier ways to run logic whenever an input changes.▹ efficient solutions for deriving state from inputs.▹ enabling a smoother experience […]

Material 3 Experimental Support in Angular 17.2 | by Miles Malerba | Feb, 2024

[ad_1] We’re thrilled to announce that Angular 17.2 features experimental support for Material 3 theming in Angular Material. In this blog post we’re updating you on the latest news about this feature and providing a preview of what’s next for Material 3 support. Material 3 is the latest evolution of Material Design, Google’s open-source design […]

Angular v17.2 is now available. We rarely write blog posts about minor… | by Minko Gechev | Feb, 2024

[ad_1] We rarely write blog posts about minor releases, but today we have a few surprises for you — experimental support for Material 3, signal queries, model inputs, Netlify loader, and hydration debugging support in Angular DevTools. In the next few paragraphs you’ll learn more about the individual features and find links to documentation. Over […]

Angular Developer Survey 2023. Over the past year we’ve been evolving… | by Minko Gechev | Jan, 2024

[ad_1] Over the past year we’ve been evolving Angular based on developer feedback and community trends. We receive developer feedback from dozens of sources including GitHub, social media, interviews, conferences, etc. One of the strongest guiding indicators which has been highly influential in our prioritization process are the results from the Angular developer survey. In […]

Introducing Puppeteer Schematics: Test Your Angular Apps with Ease | by Jecelyn Yeen | Dec, 2023

[ad_1] Nikolay Vitkov from the Puppeteer Team co-authored this blog post. Puppeteer, a powerful tool for automating browser interactions, is now even easier to integrate with your Angular projects thanks to the newly released @puppeteer/ng-schematics package. This package provides an out-of-the-box experience for setting up and running Puppeteer tests, minimizing the configuration burden and accelerating […]

2023. All Rights Reserved.