Testing a simple angular component
In my previous posts, I have talked about testing angular services. In this post, I want to start with a simple component.
Below is the typescript file - notice that the component takes a single string input.
import {Component, Input} from "@angular...
aliasger.dev3 min read