Posts Categorized:
Frontend

Switching to Cypress: The Update

Switching to Cypress: The Update

Earlier this year, I wrote an Angular Schematic to automatically install the awesome UI testing framework, Cypress. If you’d like to read more about the initial release and that process, check out this article: Switching to Cypress from Protractor in Less Than...
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...
Internationalizing your Angular app

Internationalizing your Angular app

Supporting a user’s locale and language is an often overlooked but important way to make your app user-friendly. When you internationalize your app, you’ve taken an important step in making your app accessible and usable for more users around the world....