Add Homepage Component

We are going to generate a generic component. You can think of Angular components as a javascript function tied to HTML. With Angular, components are the core building blocks of what we call a web application.
html icon
home.component.html
sass icon
home.component.scss
test-ts icon
home.component.spec.ts
angular-component icon
home.component.ts

<%= fileName %> up and running! Let us show the world what we are made of!!!