Yury KatkovHow to avoid multiple async pipes in AngularTL;DR: make sure that you don’t expand the same observable more than once in your async pipes. Use ngIf trick for observable expansion and…Nov 1, 20199Nov 1, 20199
Yury KatkovinBetter ProgrammingHow To Optimise Angular Bundle Size When Using Font AwesomeTwo approaches that will make your bundle size two times smallerOct 1, 2019Oct 1, 2019
Yury KatkovinBetter ProgrammingHow To Create a Caching Service for AngularExplaining the proper way to cache HTTP calls using Angular and RxJSSep 25, 20197Sep 25, 20197
Yury KatkovinAngular Soviet3 ways to implement conditional validation of reactive formsImagine that you have a form with a checkbox and an email field. The email field has to conform to a regex pattern, and be not longer than…Jun 19, 201916Jun 19, 201916