by Kevin Schucard | May 29, 2020 | Angular, Frontend, JavaScript, Typescript
The constructor and ngOnInit are both available lifecycle hooks when developing Angular applications. Both provide specific benefits, and understanding the difference allows you to develop predictable, extendable, and testable applications. Often the constructor ends...
by Briebug Team | Mar 4, 2020 | Angular, Frontend
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...
by Briebug Team | Mar 4, 2020 | Angular, Frontend
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...
by Briebug Team | Sep 5, 2019 | Angular, Frontend
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....
by Kevin Schuchard | Jun 27, 2019 | Angular, Frontend, Interceptors, JavaScript
Angular HTTP Interceptors provide a flexible mechanism to control your application when dealing with network-related resources. They’re similar to middle-ware in other frameworks and allow network logic to be abstracted and reused. Resources To Follow ? Demo...
by Briebug Team | Jun 18, 2019 | Angular, Conferences, Other
I have been a professional developer for over 20 years. I officially started learning to code on my TRS-80 Color Computer about 35 years ago. I grew up in a very rural area — Chimney Rock, CO — and there might have been 50 people in a 5-mile radius. Being in such a...