mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-06-06 20:39:36 +00:00
First commit
This commit is contained in:
7
src/app/configuration_options.component.ts
Normal file
7
src/app/configuration_options.component.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ConfigureOptions } from 'ng4-configure/ng4-configure';
|
||||
|
||||
export class MyOptions extends ConfigureOptions {
|
||||
ConfigurationURL: string = 'assets/config.json';
|
||||
AppVersion: string = '0.0.0';
|
||||
BustCache: boolean = false
|
||||
}
|
||||
Reference in New Issue
Block a user