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...
by Briebug Team | Mar 4, 2022 | Angular, Bootstrap, Frontend
Intro Let’s talk about how to add bootstrap to Angular. Not to be confused with that most famous footwear adorning the feet of the legendary cowboy, Bootstrap is an open-source CSS framework from Twitter. It comes loaded with classes, components and a ton of...
by Jon Rista | Nov 17, 2021 | Angular, Async, Frontend, Reactive, Validators
Validators! A long-standing feature of Angular forms; they are probably those things you try to avoid getting into and, when you do, you find and copy code off the internet when it serves your needs and muddle your way through when you have to. Sadly, validators are...
by Briebug Team | Nov 16, 2021 | Angular, Apollo, Frontend, GraphQL
What is the Apollo Client? Apollo is an open source GraphQL client built for Javascript and includes comprehensive integrations with Angular, React and Vue. The Angular Apollo Client integrates with RxJs and Observables out of the box and many of the patterns used by...