Angular
- Excited 🤩 release of #MaterialM, Available on #Angular18 #dashboard #template
Excited 🤩 release of #MaterialM, Available on #Angular18 #dashboard #template
Features MaterialM Angular \- Modern 🤩 Material Design \- Extensive ⚡ Features \- Pre-built 🍂 Components
For More Features 👉 Check it out here - https://www.wrappixel.com/templates/materialm-material-angular-dashboard-template/
- Angular 18 is outblog.angular.dev Angular v18 is now available!
Today we are excited to share the next milestone in the evolution of Angular! Over the past three releases we’ve introduced a lot of new…
- Introduction to @let in Angular 18 - by Rodrigo Olerdev.to Introduction to @let in Angular 18
Angular 18 has brought an exciting new feature for developers: the `@let` directive. This tool helps you create variables quickly and easily within HTML code. Let’s understand how it works and look at some cool examples.
- by Rodrigo Oler
- Adding fallback content for `ng-content`dev.to Angular fallback content in ng-content
Angular v18 recently introduced a new feature to easily define a fallback content in ng-content...
Adding fallback content for
ng-content
got a lot easier with Angular v18 - Web Test Runner to replace Karma?www.danywalls.com Switching from Karma to Web Test Runner in Angular
Explore the shift from Karma to Web Test Runner for Angular testing, highlighting its experimental integration and future potential
Was waiting for a long time for jest to replace karma. It seems there is a new test runner overtaking jest for Angular testing: Web Test Runner.
- Very nice and complete article how to create a `signal component` in modern Angularblog.angular-university.io Angular Signal Components: input, output (Complete Guide)
A complete guide to Angular signal components, the new component authoring format. This includes signal-based inputs, outputs, and two-way binding with model().
- Meet Angular’s new output() APIblog.angular.io Meet Angular’s new output() API
Angular v17.3 introduces the improved API for declaring outputs as a developer preview.
- Signal Input is now available in developer preview for Angular devsblog.angular.io Signal inputs available in developer preview
The new inputs provide developers with new ways that:
- Angular v17.2 is now availableblog.angular.io Angular v17.2 is now available
We rarely write blog posts about minor releases, but today we have a few surprises for you — experimental support for Material 3, signal…
- Angular Developer Survey 2023blog.angular.io Angular Developer Survey 2023
Over the past year we’ve been evolving Angular based on developer feedback and community trends. We receive developer feedback from dozens…
- where is the app.module.ts in the latest version of angular?
i need to import HtmlClient and router, thank you.
- Transform Inputs Properties in Angular Easydev.to Transform Inputs Properties in Angular Easy
When building components, defining the interfaces to be used by consumers is often challenging. We...
Great usecase for the transforming @Input properties.
We will have to refactor a huge (and I mean huge) component for a customer in the near future. The consuming teams should not notice any of this.
transform
could be very useful for this. - Simple Unsaved Data Changes Guard in Angular 17+medium.com Simple Unsaved Data Changes Guard in Angular 17+
In this article, we are going to learn how to take advantages of the features of the new versions of Angular for the use-case, “when a user…
- Angular v17 is readygithub.com Release v17.0.0 · angular/angular
17.0.0 (2023-11-08) Commit Description remove support for Node.js v16 (#51755) animations Commit Description Add the possibility of lazy loading animations code. (#50738) rem...
Angular v17 is ready 🥳
https://github.com/angular/angular/releases/tag/17.0.0
and:
https://www.npmjs.com/package/@angular/core
#angular @angular@a.gup.pe
- Stop, don’t use ActivatedRoute anymore to get your route data!medium.com Stop, don’t use ActivatedRoute anymore to get your route data!
With the arrival of Angular 16, many very interesting features have been added to push our code to the next level.
Never heard and never used this feature of Angular v16.
- Episode 23/43: Angular Love Meetup, Younes Jaaidi on Testingmedium.com Episode 23/43: Angular Love Meetup, Younes Jaaidi on Testing
The Angular Love meetup hosted three talks covering security, architecture, and TypeScript. Younes Jaaidi shared his testing experience at…
Has anyone already switched to Jest? Has anyone already gained experience with Playwright Component Tests in Angular?
- Angular’s Improved Tooling: Standalone Migration Magicblog.herodevs.com Angular’s Improved Tooling: Standalone Migration Magic
Navigating New Tools and Migration Schematics
Nice article on how to use the Angular Schematics to convert a project to all standalone components and about what the schematics actually do in every step.
- Local Change Detection for Components using Signalsgithub.com perf(core): Update LView consumer to only mark component for check by atscott · Pull Request #52302 · angular/angular
This commit updates the reactive template and host binding consumers to only mark their declaration components for refresh, but not parents/ancestors. This also updates the AfterViewChecked hook to...
Angular will not mark all parents of a component as dirty if the component uses signals in the template.
- Angular Toward Its Renaissance🚀✨ (Medium Members only!)famzil.medium.com Angular Toward Its Renaissance🚀✨
The most outstanding features from v14 to v17⚡️
Very nice overview on what's new and why it is good from Angular v14 - v17
Unfortunately it is "member-only" on medium.
- Updates from the Angular Team | Mark Thompson & Alex Rickabaugh
YouTube Video
Click to view this content.
- Very nice explanation of a new Angular 17 Feature: Deferrable Views and Deferred Loading in Templates
YouTube Video
Click to view this content.
- CSS-Only Scroll-Driven Animation and Other Impossible Things
YouTube Video
Click to view this content.
- Meet Angular's New Control Flowblog.angular.io Meet Angular’s New Control Flow
This November, we’ll release Angular version 17 with a number of new template features, including a new built-in syntax for control flow…
- Micro frontends
Does anyone have experience with breaking apart a large Angular frontend into micro frontends? Any advice you can offer or resources you can point me to would be greatly appreciated. Ideally I'd like to be able to mix Angular versions and different technologies (e.g. React) in the future as well, assuming that's possible.
- Angular Community in the Fediverse
I am a full-stack developer and for the backend we use Dotnet. A lot of the Dotnet developers have made the switch to the fediverse.
But I miss good Angular content over here. The people I followed on Twitter are pretty much still there and have not switched over.
What do you think about that? Do you have any recommendations for people to follow on Mastodon?
- Angular 17 - next-4 releasegithub.com Release v17.0.0-next.4 · angular/angular
17.0.0-next.4 (2023-09-13) core Commit Description support styles and styleUrl as strings (#51715) router Commit Description Add feature to support the View Transitions API (#51314)
Small release, but quicker cycle now.
- Angular 17 - next-3 releasedgithub.com Releases · angular/angular
Deliver web apps with confidence 🚀. Contribute to angular/angular development by creating an account on GitHub.
- Out of sync branches in a Angular Workspace
Hi there
I have a question about Angular workspaces:
We sometimes have long living branches next to develop. Now, if a team runs the schematics migrations from a library and update their code, it's possible that a different team (on a different branch) has new features that aren't updated by the schematics (because the new feature code obviously is not there).
Has anyone already had the same problem and found a solution?
- Best way to learn Angular?
Hello all,
I am trying to learn Angular for an upcoming work project and was wondering what is the best resource for learning? Would anyone here recommend a book or possibly a free web site where to learn?
- Angular Signals RxJS Interop From a Practical Examplewww.angular.love Angular Signals RxJS Interop From a Practical Example - Angular.love
Angular.love - ciekawostki oraz rozwiązania dla średnio-zaawansowanych oraz zaawansowanych developerów Angulara.
- What do you think of the Built-In Control Flow RFC?github.com [Complete] RFC: Built-In Control Flow · angular/angular · Discussion #50719
Authors: @alxhub @pkozlowski-opensource @jelbourn Area: Angular Framework Posted: June 14, 2023 Status: Open This RFC proposes a new control flow syntax for Angular, and represents a significant ch...
- Welcome to c/Angular - You can sit with us :)
Whether you are a beginner or using Angular since back in the days, I'm looking forward to discussions and knowledge exchange with all of you.
Let's be excellent to each other.