Feat WIP responsive layout
This commit is contained in:
parent
0d7d892d9c
commit
5fe54833a0
13 changed files with 53 additions and 116 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {AsciiPhotoComponent} from "../ascii-photo/ascii-photo.component";
|
||||
import {AsyncPipe, NgClass, NgIf, NgOptimizedImage} from "@angular/common";
|
||||
import {Ng2FittextModule} from "ng2-fittext";
|
||||
|
||||
@Component({
|
||||
selector: 'iov-hero',
|
||||
|
|
@ -11,6 +12,7 @@ import {AsyncPipe, NgClass, NgIf, NgOptimizedImage} from "@angular/common";
|
|||
NgClass,
|
||||
AsyncPipe,
|
||||
NgOptimizedImage,
|
||||
Ng2FittextModule,
|
||||
],
|
||||
templateUrl: './hero.component.html',
|
||||
styleUrl: './hero.component.scss'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue