Monir KhanAngular routing for child componentsConsider the following structure in AngularSep 27, 2023Sep 27, 2023
Monir KhanAngular dynamic CSSThere are basically 2-3 ways you can bind css class to angular components.Feb 18, 2022Feb 18, 2022
Monir KhanHTML Screen reader technique for social security number / personnummerFeb 10, 2022Feb 10, 2022
Monir KhanVertical flex grow using css gridMake a div fill the height of the remaining screen spaceOct 15, 2021Oct 15, 2021
Monir KhanSafely 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
Monir KhanHow 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
Monir KhanNVDA 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
Monir KhanAccesibility 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
Monir KhanAngular: changing css classes dynamically using ngClassWhat is ngClassOct 13, 2020Oct 13, 2020