angular Angular 11 and TailwindCSS with 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.
angular Reactive Forms validation: minlength instead of minLength A gotcha moment with the Angular Reactive Forms min length validator.