by Matt Stivali | Feb 20, 2023 | Angular, Frontend
We as developers are in the business of seeking reusable patterns to solve common engineering challenges. Frameworks with powerful tooling and robust package ecosystems give us the confidence to tackle projects, knowing that much of what we need is already provided...
by Myles Morrone | Sep 20, 2022 | Angular, Frontend, Typescript
Global Variables and Constants There are quite a few ways that you can create and manage both global variables and constants within the Angular framework. Three methods that we will go over in this article are through the environment file, an auxiliary constants file,...
by Briebug Team | Aug 15, 2022 | Angular
What is a Progressive Web App (PWA)? Progressive web apps are a new way to deliver your content to the user. PWAs are built on top of the web platform and are designed to be installed on either mobile devices or desktop computers. There is actually a growing trend for...
by Myles Morrone | Jul 19, 2022 | Angular, Frontend
How do I detect a route change in Angular? What a great, and actually very common, question about Angular! One of the fundamental and powerful features of Angular that provides the framework with a considerable advantage over non-framework development, is being an...
by Jon Rista | May 16, 2022 | Angular, Frontend
One of the great features built into Angular is its dependency injector. An Injector like the one included with Angular supports rich, configurable Inversion of Control, which is a key principle of software design that improves quality, flexibility, testability and...