mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#angular

5 posts5 participants1 post today

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. 🤣