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...
by Kevin Schucard | May 29, 2020 | Angular, Frontend, JavaScript, Typescript
The constructor and ngOnInit are both available lifecycle hooks when developing Angular applications. Both provide specific benefits, and understanding the difference allows you to develop predictable, extendable, and testable applications. Often the constructor ends...
by Briebug Team | Mar 4, 2020 | Angular, Frontend
Intro In my previous article, I demonstrated how to: Build a simple Angular Material theme switcher Add Angular Material Modules to your application And build custom Angular Material themes One thing was missing though: The functionality for persisting the preferred...
by Briebug Team | Mar 4, 2020 | Angular, Frontend
Angular Material is the Material Design component library built for Angular developers by the Angular team. It offers many of the most commonly used form control, layout, and navigation components you need for developing a successful application and more. One of the...