mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-30 08:30:59 +03:00
Take out import type
This commit is contained in:
@@ -91,7 +91,7 @@ export class CustomPlaylistsComponent implements OnInit {
|
||||
this.getAllPlaylists();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
editPlaylistDialog(args) {
|
||||
const playlist = args.playlist;
|
||||
const index = args.index;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { PostsService } from 'app/posts.services';
|
||||
import { Router } from '@angular/router';
|
||||
import type { FileType } from '../../../api-types';
|
||||
import { FileType } from '../../../api-types';
|
||||
|
||||
@Component({
|
||||
selector: 'app-recent-videos',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { PostsService } from 'app/posts.services';
|
||||
import { MatSnackBar } from '@angular/material/snack-bar';
|
||||
import type { UpdaterStatus } from '../../../api-types';
|
||||
import { UpdaterStatus } from '../../../api-types';
|
||||
|
||||
@Component({
|
||||
selector: 'app-update-progress-dialog',
|
||||
|
||||
@@ -20,7 +20,7 @@ import { CreatePlaylistComponent } from 'app/create-playlist/create-playlist.com
|
||||
import { Platform } from '@angular/cdk/platform';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import { ArgModifierDialogComponent } from 'app/dialogs/arg-modifier-dialog/arg-modifier-dialog.component';
|
||||
import type { FileType } from '../../api-types';
|
||||
import { FileType } from '../../api-types';
|
||||
|
||||
export let audioFilesMouseHovering = false;
|
||||
export let videoFilesMouseHovering = false;
|
||||
|
||||
@@ -7,7 +7,7 @@ import { MatSnackBar } from '@angular/material/snack-bar';
|
||||
import { InputDialogComponent } from 'app/input-dialog/input-dialog.component';
|
||||
import { CdkDragDrop, moveItemInArray } from '@angular/cdk/drag-drop';
|
||||
import { ShareMediaDialogComponent } from '../dialogs/share-media-dialog/share-media-dialog.component';
|
||||
import type { FileType } from '../../api-types';
|
||||
import { FileType } from '../../api-types';
|
||||
|
||||
export interface IMedia {
|
||||
title: string;
|
||||
|
||||
@@ -10,7 +10,7 @@ import { DOCUMENT } from '@angular/common';
|
||||
import { BehaviorSubject } from 'rxjs';
|
||||
import { MatSnackBar } from '@angular/material/snack-bar';
|
||||
import * as Fingerprint2 from 'fingerprintjs2';
|
||||
import type {
|
||||
import {
|
||||
ChangeRolePermissionsRequest,
|
||||
ChangeUserPermissionsRequest,
|
||||
ConfigResponse,
|
||||
|
||||
@@ -3,7 +3,7 @@ import { PostsService } from 'app/posts.services';
|
||||
import { ActivatedRoute, Router, ParamMap } from '@angular/router';
|
||||
import { MatDialog } from '@angular/material/dialog';
|
||||
import { EditSubscriptionDialogComponent } from 'app/dialogs/edit-subscription-dialog/edit-subscription-dialog.component';
|
||||
import type { FileType } from '../../../api-types';
|
||||
import { FileType } from '../../../api-types';
|
||||
|
||||
@Component({
|
||||
selector: 'app-subscription',
|
||||
|
||||
Reference in New Issue
Block a user