[Angular / TypeScript] Constructor Assignment in various waysMicrosoft introduced TypeScript in 2012 enabling us to code JavaScript in a object-oriented fashion. It is sometimes necessary to have a…May 29, 2022May 29, 2022
[Angular] NgTemplateOutlet Use CaseWe have figured out what NgTemplateOutlet does in my previous article. NgTemplateOutlet is a way of telling Angular to render a template…May 22, 20221May 22, 20221
[TypeScript/Angular] const variable name uppercase or lowercase?There is no style guide for const in TypeScript or Angular official websites . This article will not say, you should always follow this…May 11, 2022May 11, 2022
[Angular] What is NgTemplateOutlet for beginnersLet’s go to an official documentation and see how they explain what NgTemplateOutlet is.May 9, 2022May 9, 2022