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,
|
"optimization": true,
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"extractCss": true,
|
|
||||||
"namedChunks": false,
|
"namedChunks": false,
|
||||||
"aot": true,
|
"aot": true,
|
||||||
"extractLicenses": 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";
|
import { MatButton } from "@angular/material/button";
|
||||||
|
|
||||||
|
// noinspection AngularMissingOrInvalidDeclarationInModule
|
||||||
|
@Component({
|
||||||
|
template: ""
|
||||||
|
})
|
||||||
export class HorizontalScroller
|
export class HorizontalScroller
|
||||||
{
|
{
|
||||||
@ViewChild("scrollView", { static: true }) private scrollView: ElementRef;
|
@ViewChild("scrollView", { static: true }) private scrollView: ElementRef;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user