2 |
Hello, world!
3 |
4 | This is a simple hero unit, a simple jumbotron-style component for calling extra attention to
5 | featured content or information.
6 |
7 |
8 |
9 | It uses utility classes for typography and spacing to space content out within the larger
10 | container.
11 |
12 |
13 | Learn more
14 |
15 |
16 |
--------------------------------------------------------------------------------
/src/app/home/home.component.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ngneat/forms-manager/e1ad8082dd69472483b44b5789afee6abd8b1e61/src/app/home/home.component.scss
--------------------------------------------------------------------------------
/src/app/home/home.component.spec.ts:
--------------------------------------------------------------------------------
1 | import { async, ComponentFixture, TestBed } from '@angular/core/testing';
2 |
3 | import { HomeComponent } from './home.component';
4 |
5 | describe('HomeComponent', () => {
6 | let component: HomeComponent;
7 | let fixture: ComponentFixture