Best of Angular — March 2024
- 1
- 2
- 3
Telerik·2y
React vs. Angular: Component Architecture
This guide compares the component architecture of Angular and React, focusing on creation, communication, and change detection. It explores key concepts such as components, services, directives, props, and hooks. The guide also covers state management in React using useState and in Angular using services. Overall, it highlights the similarities and differences between the two frameworks.
- 4
- 5
Medium·2y
Angular with NativeScript: Creating the Blackout Lighting Console
The post discusses the development of the Blackout Lighting Console app using Angular and NativeScript. It highlights the technologies used, including Tailwind CSS, NgRx state management, and SQLite. The advantages of using Angular in the development process are also mentioned.
- 6
Angular·2y
Angular and Wiz Are Better Together
Angular and Wiz have joined together to bring the best of both worlds: developer experience and performance. They are gradually merging and open sourcing Wiz features via Angular to improve the Angular framework. The partnership aims to improve web performance for everyone.
- 7
- 8
Telerik·2y
How Does Angular Compare to React?
Learn the key differences between Angular and React, how to create projects with each framework, and how to build a 'Todos' application in both Angular and React. Understand how routing is handled in each framework and explore the pros and cons of using Angular and React for your projects.
- 9
Angular·2y
Meet Angular’s new output() API
Angular v17.3 introduces an improved API for declaring outputs. The new output API provides a simpler and safer way to declare outputs in directives, a consistent API aligned with signal inputs and queries, and more correct types for emitting values. The new API is available for developer preview and aims to reduce boilerplate code.
- 10
- 11
Angular.love·2y
Changes in Typescript 5.3
TypeScript 5.3 introduces changes in type narrowing and performance, prioritizing developer experience. The improvements include better narrowing in switch statements and true/false comparisons, narrowed Symbol.hasInstance checks, improved super property access checks, improved compile times in –watch mode, consolidation of tsserverlibrary.js and typescript.js, replacing import assertions with import attributes, support for resolution-mode in import types, and in-editor value type interactions.
