Angular Refactoring Examples

Common patterns, tips & tricks, for refactoring our Angular applications

Erxk
ITNEXT
Published in
5 min readSep 22, 2020

--

Source Code: StackBlitz 🚀

Article Goal: Learn about common patterns we can potentially refactor in our Angular applications

Article Topics (What We’ll Learn)

  • Replacing component “wrappers” with…

--

--