how do you generate a component?
ng generate component componentName
How do you create an anchor tag?
<a>text</a>
Why do we use angular routing?
To facilitate navigation by telling the browser to use a specific URL to change the view rather than going to the server to retrieve a new page.
How do you generate a service?
ng generate service serviceName