by Briebug Team | Aug 1, 2020 | Angular, CLI, JavaScript, Typescript, UX/UI
What are Angular Workspaces and Libraries, and why should I care? Angular version 6 introduced Workspaces and Libraries to accommodate the increasingly popular monorepo pattern. Version 7 made this strategy easier with the addition of the Angular CLI...
by Briebug Team | Aug 1, 2020 | Angular, Frontend, JavaScript, Typescript
First, why would I want to? Angular’s default change detection strategy may work well for a hobby app or presentation demo but if you’re dealing with a large or enterprise application, you’re likely going to take a performance hit. That’s...
by Briebug Team | Jul 27, 2020 | Angular, Frontend
Security is a big deal these days, and as we work to secure our applications, it’s important to keep abreast of latest technologies that keep your client’s data secure. WebAuthn is one such technology. Put simply, it’s public-key authentication for...
by Kevin Schucard | Jun 25, 2020 | Angular, Frontend, Testing
What? This error is a common occurrence regardless of your experience as an Angular developer. It’s not uncommon to have forms working in one area of your application only to find they don’t work in another. Perhaps you’re eager to build your...
by Briebug Team | Jun 25, 2020 | Angular, Frontend, JavaScript, Typescript
Maybe you too have asked yourself this question. The short answer is innerHtml. To understand more, continue on. First let’s talk about why you’d want to bind HTML within an Angular component. You may have some user generated HTML that you want to render...