APAntoni Pawlakinpantooni.hashnode.dev·Nov 4, 2021 · 1 min readWhat is Nx library?Library is an abstract concept for reusable part of our code base. It contains logic that can be accessed from different scopes through a well defined API. Okay, but what is library? Basically you write great code and don't want to repeat yourself, s...00
APAntoni Pawlakinpantooni.hashnode.dev·Sep 29, 2021 · 2 min readtrackBy + *ngFor + debugging = Angular optimizationHave you ever wondered how an Angular app works under the hood? How to make it more efficient and predictive? What happens when you modify state? Me too ;-) Having searched for Angular best practices I came across a new concept: use trackBy with...00