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...
by Briebug Team | Feb 5, 2019 | Angular, Cypress, Frontend, Schematics, Typescript
If you haven’t heard of Cypress yet, I’m sure you will soon. Cypress is a self-proclaimed “developer-friendly” open-source end-to-end testing framework. It offers features such as time travel, dev tool debugging, live reloads, automatic waiting...
by Briebug Team | Dec 19, 2018 | Angular, Cypress, E2E Testing, Frontend, JavaScript
I remember the first time I heard about end-to-end testing (E2E). I was so excited to test an MVC application I was working on. The application had a couple million users logging in each day to use their system. I can remember thinking that E2E testing would solve all...
by Briebug Team | Dec 17, 2018 | Frontend, Jest, Testing
I LOVE TESTING. Everyone loves the excitement of a new project. There is planning to do, new technology to work with, and the green field of possibilities gets everyone excited. Getting Started Testing a Project? We all agree that with this new project that we are...