Angular updated to v14

This commit is contained in:
Isaac Abadi
2022-11-24 15:27:27 -05:00
parent 5e08ca004a
commit 49ecaee58c
7 changed files with 2439 additions and 2333 deletions

View File

@@ -1,7 +1,7 @@
import { Component, OnInit, ElementRef, ViewChild, ViewChildren, QueryList } from '@angular/core';
import {PostsService} from '../posts.services';
import { Observable, Subject } from 'rxjs';
import {FormControl, Validators} from '@angular/forms';
import {UntypedFormControl, Validators} from '@angular/forms';
import { MatDialog } from '@angular/material/dialog';
import { MatSnackBar } from '@angular/material/snack-bar';
import { saveAs } from 'file-saver';
@@ -73,7 +73,7 @@ export class MainComponent implements OnInit {
download_uids: string[] = [];
current_download: Download = null;
urlForm = new FormControl('', [Validators.required]);
urlForm = new UntypedFormControl('', [Validators.required]);
qualityOptions = {
'video': [