mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
Add label-score & hover-enlarge-image
This commit is contained in:
parent
2ad0a5d0dc
commit
bdb1f48b5c
15 changed files with 294 additions and 11 deletions
|
|
@ -0,0 +1,17 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-hover-enlarge-image',
|
||||
templateUrl: './hover-enlarge-image.component.html',
|
||||
styleUrls: ['./hover-enlarge-image.component.scss']
|
||||
})
|
||||
export class HoverEnlargeImageComponent implements OnInit {
|
||||
|
||||
showOverlay = false;
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue