base href html code example
Example 1: html a href
<a href="http://example.com" >Link text</a>
Example 2: base href
ng build --prod --base-href /dashboard/
<a href="http://example.com" >Link text</a>
ng build --prod --base-href /dashboard/