#angular

[ follow ]
Angular
CodeProject
6 months ago
Angular

Tour of Heroes: Angular, with ASP.NET Core Backend

The "Tour of Heroes" is the official tutorial app of Angular 2+.
It demonstrates functional and technical features common in real-world business applications.
This article specifically focuses on Angular and ASP.NET Core for the backend. [ more ]
YouTube
6 months ago
Angular

Angular Nation

Angular Nation is a free, private community for Angular developers.
It provides a more interactive learning experience and networking opportunities.
The community aims to recreate the camaraderie of conferences through various interactive features. [ more ]
LogRocket Blog
6 months ago
JavaScript

Exploring Angular's evolution: Why it's worth another look - LogRocket Blog

AngularJS was one of the first JavaScript frameworks that allowed developers to create responsive websites and single-page applications.
Angular has gone through significant changes over the years, with Angular 2 being a major evolution from AngularJS.
The evolution of Angular has brought benefits such as improved performance and cleaner code. [ more ]
moreAngular
Angular
Spreaker
1 week ago
Angular

Embracing Angular's Evolution with Santosh Yadav - JSJ 631 - JavaScript Jabber

Angular is considered the best framework in JavaScript development. [ more ]
Lance's Blog
1 month ago
Angular

ng-conf 2024 Report

Improvement in Angular framework features like standalone components, control flow, signals. Ivy-enabled features are becoming more mainstream.
Angular conference facing challenges with smaller attendance and fewer sponsors. [ more ]
GitHub
2 months ago
Angular

GitHub - angular/angular: Deliver web apps with confidence

Angular is a development platform for building web applications using TypeScript/JavaScript.
Angular documentation encourages contributions with clear setup instructions and guidelines. [ more ]
GitHub
3 months ago
Angular

components/src/youtube-player at main angular/components

Material Design components for Angular are available in the components/src/youtube-player directory.
The directory contains code for YouTube player functionality within an Angular application. [ more ]
Medium
4 months ago
Angular

Lazy Loading Tabs in Angular Material

Lazy-loading is a popular technique in front-end software development to optimize resource usage.
Lazy loading of tabs in Angular Material is available in version 17. [ more ]
moreAngular
Medium
3 weeks ago
JavaScript

Event Dispatch in Angular

Under-the-hood details of Angular's new event delegation system enable fine-grained hydration and performance improvements. [ more ]
Spreaker
1 month ago
JavaScript

Ngrid with Shlomi Assaf - AiA 408 - Adventures in Angular

Ngrid was built due to the need for an opensource customizable grid after facing issues with nggrid.
Shlomi emphasizes the importance of community contributions and highlights the challenges faced while building ngrid. [ more ]
Medium
2 months ago
JavaScript

Getting Started with an Angular App in 2024

Creating an entity component in Angular with Bit allows for maintainable code with validation logic and unit tests.
Node.js functions created with Bit can facilitate the development of backend functionalities like fetching articles. [ more ]
Medium
2 months ago
JavaScript

Understanding Dependency Injection and Services in Angular

Dependency Injection is fundamental in Angular for flexibility, maintainability, and testability.
Using Dependency Injection in Angular makes components more modular, highly testable, and flexible. [ more ]
CodeProject
2 months ago
JavaScript

Enjoy rich integral types of .NET and overcome the 53-bit limitation of JavaScript

Using JS Doc comments to hint data range for TypeScript interfaces in JavaScript clients.
Utilize string object for large integral numbers in JavaScript request and response payloads.
Customize serialization/binding for specific integral types in ASP.NET Core Web API. [ more ]
LogRocket Blog
2 months ago
JavaScript

Using real-time data in Angular with SignalR - LogRocket Blog

Web development has evolved from static data to real-time notifications.
.NET and Angular are stable frameworks for implementing real-time messaging with SignalR. [ more ]
Angularair
3 months ago
JavaScript

Angular Air

Angular is a JavaScript platform for mobile and desktop web apps.
YouTube offers live videocasts on Angular. [ more ]
Medium
3 months ago
Web design

Material 3 Experimental Support in Angular 17.2

Material 3 theming is now available as experimental support in Angular 17.2
Material 3 themes are based on design tokens implemented as CSS custom properties, making it easier to override the theme without increasing CSS selector specificity. [ more ]
InfoQ
4 months ago
JavaScript

JetBrains JavaScript Days 2023

JetBrains JavaScript Days 2023 focused on practical insights in Angular, AI integration, TypeScript, ECMAScript, React, JavaScript tooling, and view transitions.
Speakers emphasized adaptability, user-centric design, and pragmatic approaches to web development challenges. [ more ]
GitHub
4 months ago
Angular

GitHub - mgechev/update-guide-generator: Small utility that generates the update guide for Angular between specified versions

Generates update guides for Angular
Useful tool for developers working with Angular [ more ]
CodeProject
4 months ago
Angular

Integrating @ngrx/translate with Angular Standalone API: A Step-by-Step Guide

Language localization is important for creating user-friendly applications
@ngrx/translate is a powerful tool for managing translations in Angular [ more ]
LogRocket Blog
4 months ago
Web development

Analog.js vs. Next.js vs. SolidStart: Comparing modern meta-frameworks - LogRocket Blog

Analog.js, Next.js, and SolidStart are meta-frameworks built on existing JavaScript frameworks.
Analog.js extends Angular.js, Next.js focuses on server-side rendering in React, and SolidStart enhances SolidJS with improved application structure and development tools. [ more ]
InfoQ
4 months ago
Angular

Angular 17, a Brand New Look

Angular version 17 introduces a new declarative block template syntax that simplifies control flow and improves performance.
The new syntax separates conditional statements from components, making them easier to follow and improving type-checking, bundle size, and performance. [ more ]
CodeProject
4 months ago
Angular

Generate Typed Forms of Angular Reactive Forms from Swagger / OpenAPI definitions

OpenApiClientGen can automate the crafting of codes for Reactive Forms in Angular apps.
It generates interfaces for data models, client API functions to the backend, and Typed Forms codes including validations. [ more ]
CodeProject
4 months ago
Angular

Generate Typed FormGroup of Angular Reactive Forms with ASP.NET Core Web API

Reactive Forms are preferred over Template-Driven Forms for data entry in Angular apps.
Automating the creation of FormGroups can make the process easier and more efficient. [ more ]
In 2023 we delivered a lot to address developers' needs for higher performance and better developer experience.

Find out an overview of the results from last year’s developer survey and how they informed our roadmap for 2024

https://t.co/bgwmHJ2AfA
blog.angular.io
4 months ago
Angular

Angular Developer Survey 2023

Angular has been evolving based on developer feedback and community trends.
The results from the Angular developer survey have been highly influential in shaping the prioritization process for Angular. [ more ]
blog.angular.io
4 months ago
Angular

Angular Developer Survey 2023

Angular has been evolving based on developer feedback and community trends.
The results from the Angular developer survey have been highly influential in shaping the prioritization process for Angular. [ more ]
The JetBrains Blog
5 months ago
Angular

WebStorm 2023.3: Improvements for Angular, Vue, and Svelte, AI Assistant, New Testing Functionality, and More | The WebStorm Blog

WebStorm 2023.3 includes improvements for Angular, Vue, and Svelte
New features and improvements for JavaScript, TypeScript, and CSS [ more ]
CodeProject
5 months ago
Angular

Tour of Heroes: MAUI, with ASP.NET Core 8 Backend

The 'Tour of Heroes' app is a tutorial app for Angular 2+ that demonstrates functional and technical features of building a real-world business application.
This series of articles explores the experiences of building the 'Tour of Heroes' app on different frontend development platforms, including Angular, Aurelia, React, Vue, Xamarin, and MAUI. [ more ]
LogRocket Blog
5 months ago
Web frameworks

Using defer in Angular 17 to implement lazy loading - LogRocket Blog

Lazy loading is a strategy used in software development to defer loading content until it is needed.
Splitting up larger applications and only loading the required parts improves user experience and reduces loading time. [ more ]
blog.bitsrc.io
5 months ago
Web frameworks

What's New in Server Side Rendering: React vs Angular vs Vue

Server-side rendering (SSR) is a technique that improves page load times, performance, and SEO by rendering web pages on the server.
Angular has made advancements in SSR, including non-destructive hydration and plans to integrate SSR into their CLI. [ more ]
[ Load more ]