by Briebug Team | Nov 15, 2021 | Angular, Frontend, Micro FrontEnds
Micro Frontends (MFE) are the idea that a Single Page Application (SPA) can be divided into separate specialized sections that give independent teams end-to-end ownership. This gives development teams the autonomy to complete their work independently.Choosing Micro...
by Jordan Powell | Jun 17, 2021 | Angular, Forms, Frontend, Reactive
Forms are an essential part of enterprise applications. No matter the problem you’re solving, or the solution you’re providing, you will inevitably need to collect form data. Though the collecting of such data may seem simple to stakeholders the reality is...
by Briebug Team | May 11, 2021 | Angular, Frontend, Navigation, RouterLink, Routing
Introduction The goal here is to give a comprehensive introduction to the topic of routing via the Angular template using the RouterLink directive. Along the way, we’ll discover a few patterns and nuances to make development easier and give you, the developer,...
by Briebug Team | Feb 10, 2021 | Angular, Eslint, Frontend, JavaScript, TSLint
As you have probably heard, TSLint has been deprecated and its successor is ESLint. The TSLint roadmap details the timeline for deprecation: January 1st, 2020: Stop accepting anything except security fixes and fixes for crashes introduced by breaking TypeScript...
by Jon Rista | Jan 28, 2021 | Angular, Frontend
Angular provides a very rich development platform for modern web applications. That richness extends into the template as much as it does into the JavaScript code areas. A very useful but potentially obscure feature of Angular templates are the Template Variable;...
by Briebug Team | Jan 27, 2021 | Angular, Frontend
Like latte art, UI can be a tricky thing to handle. One wrong move with the mug and the whole meaning is changed. But consistency through the process brings to light the design of the artist. Flexbox provides a clean, consistent way to build out a responsive layout....