Angular 11 and TailwindCSS with HMR 3 years ago 3 min read angularhot module replacementhmrng 11custom webpacktailwindcsssoftware developmentfrontend developmentngneatangular hmrwebpack hmrhot module reload angularangular cliangular tailwindangular 11 hmrangular 11 tailwindcss hmr With the release of version 11, Angular has now made it easier to enable Hot Module Replacement (HMR) during development. Literally, with a single flag.
Reactive Forms validation: minlength instead of minLength 3 years ago 2 min read angularfrontend developmentguidesreactive formsjavascriptprogrammingsoftware developmenttypescriptform validation A gotcha moment with the Angular Reactive Forms min length validator.