by Jon Rista | May 23, 2019 | Angular, Frontend, JavaScript, NgRx
by Briebug Team | May 23, 2019 | Angular, Frontend, JavaScript, NgRx
Angular has come a long way since I started using it back in 2013. The days of “$scope” and massive views/controllers have been replaced with component-based architectures and more elegant patterns. One of the more popular patterns over the past year or so...
by Briebug Team | May 16, 2019 | Angular, Frontend, Rxjs
Using WebSockets may seem daunting, but they are delightfully simple. And what you’ll be really glad to know, is that RxJs ships with a thin wrapper around the native browser WebSocket client. No additional third party dependencies are needed, and you get an...
by Briebug Team | Mar 25, 2019 | Angular, Frontend, Material Design
The Material CDK released Drag and Drop in version 7, and it offers a powerful api for supporting drag and drop in your Angular app! The Material Tree is also a recent addition to Material, and it makes it possible to display structured data like a file explorer....
by Briebug Team | Mar 8, 2019 | Angular, Frontend, JavaScript
I have to admit, I wasn’t aware of this until I saw this tweet and the ensuing thread: While I may not personally hate dialogs, I definitely see the merits in the argument against them and agree that there are likely much better UX alternatives. However, as...
by Briebug Team | Mar 1, 2019 | Angular, Frontend
Angular is such an awesome framework, but sometimes the errors leave you guessing. Have you ever wished that you had a cheat-sheet for fixing errors in Angular? Well, now you do. This article covers the most common Angular errors, their most common causes and how to...