Angular routing for child componentsConsider the following structure in AngularSep 27, 2023Sep 27, 2023
Angular dynamic CSSThere are basically 2-3 ways you can bind css class to angular components.Feb 18, 2022Feb 18, 2022
Vertical flex grow using css gridMake a div fill the height of the remaining screen spaceOct 15, 2021Oct 15, 2021
Safely identify null, nil, undefined and empty in javascript /One of the main differences between javascript family with languages like java, c++, python is the management of null and undefined…Sep 4, 2021Sep 4, 2021
How to make all HTMLElements inside an <button> tag clickable?Simple css solution is to disable pointer event of all other HTMLElements inside a button. This way only the button gets clicked no matter…Jul 14, 2021Jul 14, 2021
NVDA application for testing website : Run onlyNVDA is a great tool for testing accessibility. It is the top free screed reader that is used worldwide. But if you just need it for…Nov 12, 2020Nov 12, 2020
Accesibility hacksWhen using an image as presentation / style, that will only be used for example as background, create an empty alt=’’ and…Nov 11, 2020Nov 11, 2020