I have seen many examples using basic authentication with username/password.
For Example:
Angular 4.3 HTTPClient Basic Authorization not working
However, does Angular 2/4/5/6 support Certificate-Based Authentication for HttpClient requests? (Not user authentication)
Did not find anything in Angular docs.