Today I Learned

TIL, 2022-03-15, Small Stuff

Learnings

  • Dynamic data to aria-label: Reference attr.aria-label.
  • Stripping HTML tags - I just used the stripTags pipe.
  • Accessibility - an h1 will always say “2 items” if it’s <h1>Hello<strong> World</strong></h1>.

Angular’s Future Without NgModules – Part 1: Lightweight Solutions Using Standalone Components

Reference

This project is maintained by daryllxd