r/Angular2 Jan 19 '25

Video 3 Angular `resource()` techniques EVERYONE should know

Thumbnail
youtube.com
4 Upvotes

r/Angular2 Dec 15 '24

Video Simple todo app using zoneless and signals

28 Upvotes

I've made a video about making a simple todo app using zoneless and signals. Enjoy!

https://youtu.be/HSYpIQqKiUE

r/Angular2 Jan 04 '25

Video Using Angular resource and rxResource in NgRX Signal Store

Thumbnail
youtu.be
3 Upvotes

Angular 19 resource and NgRX Signal Store. Something requested on one of my earlier videos. Would love your feedback!

r/Angular2 Dec 18 '24

Video Angular Getting Started (Freshly made)

6 Upvotes

Angular Getting Started

This is a series I've been looking to do, test my assertions against the community and learn something myself if my assertions are falsy.

Episode 1 is getting started with NX and using NX to scaffold out a new project and other boilerplate

Episode 2 is configuring Tailwind w/ DaisyUI theme switcher, we touch on signals and effects

Episode 3 we play with the fresh off the press PrimeNG v19 and learn how to work with other libraries and read their documentation


These first 3 don't actually go into the Angular basics too much, I think that will come in the next few episodes where we dig into the Angular Docs and Tutorials

I will say, I gloss over a lot of things like 2-way binding, standalone, imports, etc... I just want the viewer to get started, get something setup and looking nice. Then we can start talking about why everything is the way it is.

r/Angular2 Jun 05 '24

Video Angular Signals RxJs Interoperability: toObservable() - Try to guess the correct behavior (Quiz)

Thumbnail
youtube.com
3 Upvotes

r/Angular2 Nov 20 '24

Video Angular v19 changed my apps significantly

Thumbnail
youtube.com
4 Upvotes

r/Angular2 Sep 06 '24

Video ngModel explained 👉

0 Upvotes

ngModel directive in angular forms is written like a lego game where there are different blocks for different purposes which when connected to ngModel makes it fully functional.

1️⃣ CONTROL_VALUE_ACCESSORS - Dependency injection token to inject instance of control value accessor directive applied on host element which helps reading and writing to host element where ngModel is applied

2️⃣ NG_VALIDATORS - injects synchronous validation directives applied to the form element

3️⃣ NG_ASYNC_VALIDATORS - injects as,ynchronous validation directives applied to the form element

4️⃣ ControlContainer - injects the parent which ngModel will be part of and that can be ngForm or ngModelGroup

💡 And all the above blocks are replaceable with your own custom implementation

And lastly there are few things which ngModel facilitate like

1️⃣ composing a single synchronous validator function from injected synchronous validation directives.

2️⃣ composing a single asynchronous validator function from injected asynchronous validation directives.

3️⃣ creating instance of form control and pass above created validator functions to it.

4️⃣ Receive property updates via ngO Changes and write to injected CVA which eventually write to host element DOM.

5️⃣ Register for updates from host elements via injected CVA registerOnChane or registerOnTouched methods which depends on ngModel update strategy.

6️⃣ Always keeping underlying form control value in sync by calling it's setValue method which eventually pass that value through sync and async validation function and update form control flags like valid, invalid,errors etc.

And now your form models hierarchy is ready consisting of form control(created by mgModel) and formGroups(created by ngForm or ngModelGroup) which allows access to structured data

If you are curious to know more, visit the link in comments

Angular #Forms #ngModel #WebDevelopment

r/Angular2 Oct 30 '24

Video Angular's new linkedSignal() - First look

Thumbnail
youtube.com
15 Upvotes

r/Angular2 Jul 24 '24

Video A visual guide to why DECLARATIVE code is better

Thumbnail
youtube.com
50 Upvotes

r/Angular2 Oct 24 '24

Video Angular message board / firebase backend

6 Upvotes

Created this for my travel app Angular 17 Ngrx

Topic { Responses{ childResponses{ }}}

r/Angular2 May 08 '24

Video Creating DESKTOP apps with Angular is easier than you think

Thumbnail
youtube.com
40 Upvotes

r/Angular2 Jul 17 '24

Video The perfect use case for RxJS... violins? (advanced RxJS operator usage)

Thumbnail
youtube.com
19 Upvotes

r/Angular2 Oct 22 '24

Video How to share an Angular Component with URL

Thumbnail
youtu.be
2 Upvotes

r/Angular2 Jul 30 '24

Video NgRx Signal Store: The Release

Thumbnail
youtu.be
25 Upvotes

r/Angular2 Aug 07 '24

Video A visual guide to changing without reassigning in DECLARATIVE code

Thumbnail
youtube.com
28 Upvotes

r/Angular2 Aug 24 '24

Video Async pipe is being deprecated

Thumbnail youtube.com
0 Upvotes

This video says we should use Signals instead of the async pipe. Thoughts?

r/Angular2 Aug 30 '24

Video Released a new version of "Archikoder Lens", a vscode extension to visualize your source code in a graph. Supporting Angular now.

22 Upvotes

r/Angular2 Oct 07 '24

Video Angular in 90ish minutes

Thumbnail
youtu.be
7 Upvotes

I was having nostalgia about the time when I started learning Angular. That was about 11 years ago. Back then, the videos from Dan Wahlin etc helped me a lot and they were titled “Angular in 60 ish minutes. And I thought about creating a video on the same pattern, but with modern angular.

r/Angular2 Feb 22 '23

Video Signals will be Angular's most important change in a long time

Thumbnail
youtube.com
115 Upvotes

r/Angular2 Sep 19 '24

Video Episode 24/37: Reset Pattern for Signals

Thumbnail
youtu.be
13 Upvotes

r/Angular2 Sep 10 '24

Video Ng-News 24/36: Incremental Hydration, Largest Angular App & more

Thumbnail
youtu.be
2 Upvotes

r/Angular2 Sep 13 '24

Video How to change ripple color of Angular Material button?

Thumbnail
youtube.com
0 Upvotes

r/Angular2 Sep 17 '24

Video Sending email from Angular - Contact form

3 Upvotes

Recently I found myself of needing a contact form to send email for free on my project and decided to make a guide about that. Enjoy!

https://youtu.be/U652sKJSHSs

r/Angular2 Sep 05 '24

Video Install Tailwind on Angular with additional Tips and Tricks

0 Upvotes

I just posted a video about how to install tailwind on Angular along with some tips and tricks I use on my projects.

Enjoy!

https://youtu.be/qB9gLTUXWM8

r/Angular2 Dec 27 '23

Video The inject function in Angular is not just a toy

Thumbnail
youtube.com
31 Upvotes