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....
by Jordan Powell | Jan 25, 2021 | Angular, Frontend, NgRx
About NgRx NgRx was created to provide an opinionated approach to build reactive applications in Angular. The NgRx Store (which was inspired by Redux) provides reactive state management by unifying application events to derive state using RxJS. NgRx has become the top...
by Jon Rista | Jan 22, 2021 | Angular, Frontend, Reactive, Rxjs
RxJs, a core dependency of every Angular application, offers extensive power at the fingertips of every Angular developer. Not only is it a great way to deal with reactive forms, handle basic http requests, or implement NgRx effects…it can allow you to convert...