First commit

This commit is contained in:
Isaac Grynsztein
2018-01-13 20:09:22 -05:00
parent 1ebf3cf36e
commit d6cb024de1
8 changed files with 315 additions and 37 deletions

View 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
}