Preston Lamb

@prestonjlamb
67 Followers
18 Following
132 Posts

If you want to learn more about reactive forms, come check out my workshop at @ngconf this dinner!

Info: http://2023-ng-conf.sessionize.com/session/411456
Tickets: http://ti.to/ng-conf/2023
---
RT @pavankjadda
Yesterday I worked on one of them complex dynamic forms in @angular. It's always a joy to build complex forms (typed now) and how easy it is to manage #Angular
https://twitter.com/pavankjadda/status/1631339312540262407

True to Form: A Guide to Reactive Forms Workshop

In this workshop, you’ll get an intro to what reactive forms are in Angular, as well as hands-on experience in how to implement them in your application. We’ll go over multiple use cases for reactive forms, validating reactive forms, and creating custom inputs for your reactive forms. Intro to Reactive Forms - What are reactive forms? - How to create a reactive form - How to hook up the form in the template Complex Reactive Forms - Nested form groups - Form arrays - Multiple step forms Form Validation with Reactive Forms - Built in validators - Create custom form validation - Display form validation errors Custom Form Inputs - Create a custom form input with ControlValueAccessor

RT @angular_meetup
We did a thing. A podcast thing 🎙️

Check out the all new Dev Life edition of the @AngularShow where we break down ways you can live your ultimate dev life 💥

Check out ep 1 w/ @FerryColum from @NxDevTools where he talks about pursuing outside passions

🦝https://spoti.fi/3ZBA93v

S1 E1 - The Dev Life | Pursuing Your Passions with Colum Ferry

Listen to this episode from The Angular Plus Show on Spotify. Being a software engineer is time demanding. There’s always another bug to fix or another feature to build. So how do you make time to follow your other passions outside of work? WHY should you follow your other passions outside of work? Colum Ferry, Senior Software Engineer at Nrwl and newly published author of the Blackstone Legacy novel, joins the show to share how he balances his job and personal interests to keep a healthy work/life balance and gives advice for how you can too. LINKS:https://twitter.com/FerryColumThe Blackstone LegacyColum on Dev.toColum on MediumThrawn Trilogy - LegendsThrawn SeriesCONNECT WITH US:Colum Ferry - @FerryColumBrooke Avery - @jediBraveryPreston Lamb - @PrestonJLamb

Spotify
Dev Containers. I'll see if this works 🤞🏽
---
RT @prestonjlamb
There's a @code feature where you basically develop on your local machine, but it's run in a docker image (or something) that requires minimal setup. I can't remember the name of it though. It's not Codespaces.
https://twitter.com/prestonjlamb/status/1631701359824338944
Preston Lamb on Twitter

“There's a @code feature where you basically develop on your local machine, but it's run in a docker image (or something) that requires minimal setup. I can't remember the name of it though. It's not Codespaces.”

Twitter
There's a @code feature where you basically develop on your local machine, but it's run in a docker image (or something) that requires minimal setup. I can't remember the name of it though. It's not Codespaces.
If I have the following folder structure, and open only app-1 in @code, will the settings that are in ./projects/.vscode/settings.json be respected? Or do I have to open ./projects for those settings to be implemented?

For a software update that may fix the issue.

Until then I can factory reset my one month old phone, or feel with a screen that only occasionally works. 🙄

For the second time in 2 months, I'm having issues with my @madebygoogle #Pixel7Pro. It send I'm not the only one with this issue. Incredibly frustrating to have such a terrible experience on this phone, and the only response is to wait until sometime later this month...

Here's a StackBlitz with the directive working for reference.

https://stackblitz.com/edit/angular-qfkxhf?file=src/main.ts

Directive Event as Output - StackBlitz

A angular-cli project based on @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, core-js, rxjs, tslib and zone.js.

StackBlitz
Everything I can see says to use { static: true } in the ViewChild decorator, but since this ElementRef is injected in the constructor, I'm not sure how to do that.
Is there a way to keep the directive code as is, and write the tests properly so the error doesn't occur?