Marek Hazák (@hazak_marek) 's Twitter Profile
Marek Hazák

@hazak_marek

👨🏻‍💻 Angular developer
🔴 Arsenal fan
🎯 Dream chaser

ID: 1479514065001136138

calendar_today07-01-2022 18:04:00

507 Tweet

23 Takipçi

101 Takip Edilen

Enea Jahollari 🅰 (@enea_jahollari) 's Twitter Profile Photo

Angular v20.1.0 was just released 🎉! Here are some of the released gems 💎: - Support for injection context on loadComponent and loadChildren [the most game-changing feature since forever in router](github.com/angular/angula…) - Support for having type-checking in parallel with

angular.love (@angularlovepl) 's Twitter Profile Photo

Angular 20.1 just made your templates way more powerful 🚀 You can now use assignment operators like +=, -=, &&=, and more directly in your templates. Yes, finally! 👇 Instead of writing a method in the component like increment() you can now just use (click)="counter += 1" in

Angular 20.1 just made your templates way more powerful 🚀 

You can now use assignment operators like +=, -=, &&=, and more directly in your templates.
Yes, finally! 👇

Instead of writing a method in the component like increment()
you can now just use (click)="counter += 1" in
Seth Bannon (@sethbannon) 's Twitter Profile Photo

Larry Page and Sergey Brin tried to sell Google for under $1m so they could return to their PhDs. Paul Allen had to convince Bill Gates to drop out of Harvard. Bill Hewlett and Dave Packard took day jobs until pushed by a professor to start HP. Steve Wozniak wanted HP to build

Marek Hazák (@hazak_marek) 's Twitter Profile Photo

Granit Xhaka to Sunderland? Went to Leverkusen for an upgrade 2 years ago. I get it - Germany, new league, new challenge. Won the league. But after 2 years, back to the EPL to Sunderland? Can someone explain the logic of this transfer?

Tomas Trajan (@tomastrajan) 's Twitter Profile Photo

This is huge great news for folks who like to hyper optimize #Angular bundle size by skipping FormsModule (ngModel) for very simple usecases like search field Previously i was going with <input #inputRef (input)="query.set(inputRef.value)" /> to get rid of that error 😅