Mihai Oltean
Mihai Oltean

Mihai Oltean

Follow
Follow
homenewsletter
Tag

Frontend Development

#frontend-development

More content

Read more stories on Hashnode


Articles with this tag

How to use NgRx and Standalone components

Nov 20, 20234 min read

A simple guide · Since the release of Angular 14, we were introduced to a new way of structuring our Angular applications with Standalone...

How to use NgRx and Standalone components

Angular - inject() function

Jul 31, 20233 min read

A subtle yet powerful change in dependency injection · Probably one of the things that I love about Angular is the dependency injection capability that...

Angular - inject() function

Async Factories in Angular

May 9, 20235 min read

I've encountered a problem these days related to some limitations that Angular has when it comes to dependency injection and I want to share with you...

Async Factories in Angular

Angular Standalone Components

Apr 10, 20239 min read

There is no 'We', there is only 'I' · One of the features that Angular v14 provided as developer preview and fully released in Angular v15 is Standalone...

Angular Standalone Components

Angular and Zone.js

Mar 20, 20237 min read

Get in the Zone? Or out of it...? · If you're a fan of Andrey Tarkovsky's movie, Stalker, you'll probably know that The Zone could be a fortune but also...

Angular and Zone.js

Angular Pipes

Mar 14, 20233 min read

All you need to know · What is a Pipe? A pipe is a function that transforms an input value into an output value before rendering it in the template. The...

Angular Pipes