mastodon.nu är en av de många oberoende Mastodon-servrar som du kan använda för att delta i Fediversen.
Mastodon.nu etablerades 2021 och är den största servern i Norden samt öppen för alla. Den drivs ideellt på ett professionellt vis och med 100% förnybar energi. Välkommen! Velkommen! Tervetuloa!

Administrerad av:

Serverstatistik:

1,7K
aktiva användare

#angular

6 inlägg6 deltagare1 inlägg i dag

Ng-News 25/13: youtu.be/FsQwt2djEPQ

The Frontend Nation panel with #Angular team members focused on testing, confirming that Web Test Runner will replace Karma and that the team is still deciding between Jest and Vitest. Meanwhile, the resource RFCs have concluded, with upcoming API changes like renaming request to params and replacing the ResourceStatus enum with a union type.

My collegue found a clever way to avoid compiler errors, when using non-null-inputs together with Async-Pipe ... Just turn the strictness check off.
His comment was: Being strict is annoying.

Sadly, he introduced some bugs because of nulls that passed in inputs that we have to fix now. 🤣