Tag: angular-cli
All the articles with the tag "angular-cli".
Mocking out Angular's ActivatedRoute for Unit Tests
Published: at 02:02 AMI've been writing a ton of unit tests and snapshot tests lately. While doing so, I have had to mock out a few things. This includes the `ActivatedRoute`. So let's say we have the following component.
Building an Angular & Material App Part I
Published: at 03:07 PMI thought it would be fun to write an app that uses the [Punk API](https://punkapi.com/) with the [Angular CLI](https://cli.angular.io) and [Angular Material](https://material.angular.io/). My plan is to build this app over the span of a few blog posts. Part I will focus on the set up of Angular, Angular Material.