kelly woo[Angular] DI Resolution modifiersDI Resolution modifiers is the decorator we use for Dependency Injection.Mar 15, 2022Mar 15, 2022
kelly wooWhy I requested to change the whole logic of code in code review.A lot of articles say what Code Review should be like or shouldn’t be like.Feb 19, 2022Feb 19, 2022
kelly woo[Rxjs] Rxjs store for angular (rx-ng-store)2If you haven’t read the article, it would be helpful to read the first one, but not necessary.Feb 17, 2022Feb 17, 2022
kelly woo[Rxjs] Rxjs store for angular (rx-ng-store)1Rxjs is powerful. It is good with operators and it gives cozy place to cache the data, BehaviorSubject.Feb 8, 20221Feb 8, 20221
kelly woo[Angular] Stop using setter for Input or..This snippet is from material ui, famous best practice library of angular and they use setter and what is wrong to use it?, you might ask…Jan 13, 20226Jan 13, 20226
kelly wooinBits and PiecesGetting Started with React RecoilAn Introduction to Recoil: a React State LibraryJan 10, 2022Jan 10, 2022
kelly woo[Angular] Must-have Utils to Improve your code.I love util services. It makes my job easier and keep code neat. It saves my time and others. The followings are basic utils you can add…Dec 19, 2021Dec 19, 2021
kelly wooinNerd For Tech[angular] ViewContainerRefViewContainerRef(VCR) represents a container where one or more view can be attach. It basically a class which has reference to an element…Dec 5, 20212Dec 5, 20212
kelly woo[angular] template projection on angular(ng-content vs ng-container)If only we can keep the template under the birth component, but there are many cases to project the template from one to another.Oct 10, 2021Oct 10, 2021
kelly woo[angular] Inject different Service into a Service.Dependency Injection is important concept of angular structure, instead of creating new instance manually, you can just declare it on the…Aug 29, 20211Aug 29, 20211