Posts Categorized:
Angular

Using WebAuthn with Angular

Using WebAuthn with Angular

Security is a big deal these days, and as we work to secure our applications, it’s important to keep abreast of latest technologies that keep your client’s data secure. WebAuthn is one such technology. Put simply, it’s public-key authentication for...
Angular Material Theme Switcher: Part 2

Angular Material Theme Switcher: Part 2

Intro In my previous article, I demonstrated how to: Build a simple Angular Material theme switcher Add Angular Material Modules to your application And build custom Angular Material themes One thing was missing though: The functionality for persisting the preferred...
Angular Material Theme Switcher: Part 1

Angular Material Theme Switcher: Part 1

Angular Material is the Material Design component library built for Angular developers by the Angular team. It offers many of the most commonly used form control, layout, and navigation components you need for developing a successful application and more. One of the...