Showing posts with label angular. Show all posts
Showing posts with label angular. Show all posts

Friday, April 16, 2021

Do you need to wrap RXJS Observables in try-catch?

 No.

Internally errors are caught implicitly.

Here is a good example, give it a swing yourself! (Source)


Sunday, May 24, 2020

Angular runtime

Here are my notes on the topic of how the new Ivy renderer works, enjoy!

Saturday, March 21, 2020

Angular Ivy tech talk

At the company where I work (keylight GmbH) I gave a tech talk about the new version of Angular, here are the slides, enjoy!

Wednesday, December 5, 2018

NgRX debugging presentation

I held a tech talk at my current company, where I talked about Angular 7, Redux and NgRX.
Here are the slides, enjoy!
https://nagyadam2092.github.io/work/ngrx-presentation/

Friday, June 10, 2016

JavaScript and AngularJS basics

This week I had a presentation in Frankfurt for my LH Systems colleagues about JS and Angular in general.
I really had fun over there since they were such a nice audience. Thanks guys!
Here are the links for the presentations:

Friday, February 26, 2016

Minimalistic Angular minesweeper

It's been a long time, just wanted to show this little guy to you. Nothing special, nothing fancy, just a basic minesweeper.