mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-13 11:21:30 +03:00
Updated to Angular 16
This commit is contained in:
8089
package-lock.json
generated
8089
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@@ -21,18 +21,18 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular-devkit/core": "^15.0.1",
|
"@angular-devkit/core": "^16.2.10",
|
||||||
"@angular/animations": "^15.0.1",
|
"@angular/animations": "^16.2.12",
|
||||||
"@angular/cdk": "^15.0.0",
|
"@angular/cdk": "^15.0.0",
|
||||||
"@angular/common": "^15.0.1",
|
"@angular/common": "^16.2.12",
|
||||||
"@angular/compiler": "^15.0.1",
|
"@angular/compiler": "^16.2.12",
|
||||||
"@angular/core": "^15.0.1",
|
"@angular/core": "^16.2.12",
|
||||||
"@angular/forms": "^15.0.1",
|
"@angular/forms": "^16.2.12",
|
||||||
"@angular/localize": "^15.0.1",
|
"@angular/localize": "^16.2.12",
|
||||||
"@angular/material": "^15.0.0",
|
"@angular/material": "^15.0.0",
|
||||||
"@angular/platform-browser": "^15.0.1",
|
"@angular/platform-browser": "^16.2.12",
|
||||||
"@angular/platform-browser-dynamic": "^15.0.1",
|
"@angular/platform-browser-dynamic": "^16.2.12",
|
||||||
"@angular/router": "^15.0.1",
|
"@angular/router": "^16.2.12",
|
||||||
"@fontsource/material-icons": "^4.5.4",
|
"@fontsource/material-icons": "^4.5.4",
|
||||||
"@ngneat/content-loader": "^7.0.0",
|
"@ngneat/content-loader": "^7.0.0",
|
||||||
"@videogular/ngx-videogular": "^6.0.0",
|
"@videogular/ngx-videogular": "^6.0.0",
|
||||||
@@ -47,15 +47,15 @@
|
|||||||
"rxjs": "^6.6.3",
|
"rxjs": "^6.6.3",
|
||||||
"rxjs-compat": "^6.6.7",
|
"rxjs-compat": "^6.6.7",
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.0.0",
|
||||||
"typescript": "~4.8.4",
|
"typescript": "~5.1.6",
|
||||||
"xliff-to-json": "^1.0.4",
|
"xliff-to-json": "^1.0.4",
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "~0.13.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^15.0.1",
|
"@angular-devkit/build-angular": "^16.2.10",
|
||||||
"@angular/cli": "^15.0.1",
|
"@angular/cli": "^16.2.10",
|
||||||
"@angular/compiler-cli": "^15.0.1",
|
"@angular/compiler-cli": "^16.2.12",
|
||||||
"@angular/language-service": "^15.0.1",
|
"@angular/language-service": "^16.2.12",
|
||||||
"@types/core-js": "^2.5.2",
|
"@types/core-js": "^2.5.2",
|
||||||
"@types/file-saver": "^2.0.1",
|
"@types/file-saver": "^2.0.1",
|
||||||
"@types/jasmine": "^4.3.1",
|
"@types/jasmine": "^4.3.1",
|
||||||
@@ -78,4 +78,4 @@
|
|||||||
"ts-node": "~3.0.4",
|
"ts-node": "~3.0.4",
|
||||||
"tslint": "~6.1.0"
|
"tslint": "~6.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4,7 +4,7 @@ import 'rxjs/add/operator/map';
|
|||||||
import 'rxjs/add/operator/catch';
|
import 'rxjs/add/operator/catch';
|
||||||
import 'rxjs/add/observable/throw';
|
import 'rxjs/add/observable/throw';
|
||||||
import { THEMES_CONFIG } from '../themes';
|
import { THEMES_CONFIG } from '../themes';
|
||||||
import { Router, CanActivate, ActivatedRouteSnapshot } from '@angular/router';
|
import { Router, ActivatedRouteSnapshot } from '@angular/router';
|
||||||
import { DOCUMENT } from '@angular/common';
|
import { DOCUMENT } from '@angular/common';
|
||||||
import { BehaviorSubject, Observable } from 'rxjs';
|
import { BehaviorSubject, Observable } from 'rxjs';
|
||||||
import { MatSnackBar } from '@angular/material/snack-bar';
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
||||||
@@ -121,7 +121,7 @@ import { Title } from '@angular/platform-browser';
|
|||||||
import { MatDrawerMode } from '@angular/material/sidenav';
|
import { MatDrawerMode } from '@angular/material/sidenav';
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class PostsService implements CanActivate {
|
export class PostsService {
|
||||||
path = '';
|
path = '';
|
||||||
|
|
||||||
// local settings
|
// local settings
|
||||||
|
|||||||
Reference in New Issue
Block a user