Building modals and dialogs isn't easy - if we do it ourselves. Angular Material comes with a powerful dialog service that makes it very easy to create custom dialogs in our own applications. Let's take a look! (more…)
Read more »
Angular 2 has been built to be completely decoupled from the DOM, meaning that developers can use the framework to build more than just web applications!
Read more »
Two years ago I wrote a blog post on Angular Performance, that remains the most popular post on this site. Even two years ago it seemed like Angular 1 was on it’s way out, so I was surprise t… (more…)
Read more »
All of us use the Hierarchical Dependency Injection mechanism of Angular. Mostly, we use it through a service or a component in order to… (more…)
Read more »
Here we look at how to add user authentication to Angular using JSON Web Tokens (JWTs).
Read more »