mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fixing release compilation
This commit is contained in:
parent
481492b8f6
commit
46a5b53af0
@ -54,7 +54,6 @@
|
||||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"extractCss": true,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
"extractLicenses": true,
|
||||
|
@ -1,7 +1,10 @@
|
||||
import { ElementRef, ViewChild } from "@angular/core";
|
||||
import { Component, ElementRef, ViewChild } from "@angular/core";
|
||||
import { MatButton } from "@angular/material/button";
|
||||
|
||||
|
||||
// noinspection AngularMissingOrInvalidDeclarationInModule
|
||||
@Component({
|
||||
template: ""
|
||||
})
|
||||
export class HorizontalScroller
|
||||
{
|
||||
@ViewChild("scrollView", { static: true }) private scrollView: ElementRef;
|
||||
|
Loading…
x
Reference in New Issue
Block a user