Using an Auto Mapper for Typescript and Angular

Optimize your Angular and Typescript mappings with this simple package

Tobias Streng
Level Up Coding
Published in
6 min readApr 3, 2023

--

Photo by Mason Kimbarovsky on Unsplash

Recently, I started to optimize a project of mine and implemented NgRx. During the implementation of my side-effects, I quickly realized, that I have never used a custom mapper for mapping DTOs to domain objects or other types. Instead, I just manually impelemented a…

--

--