@myog-io/ngx-chunk-file-upload-base
Version:
Angular file upload directives with Chunk Upload
18 lines (13 loc) • 412 B
TypeScript
// Typings reference file, you can add your own global typings here
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
// tslint:disable
declare const System: any;
declare const ENV:string;
// google code-prettify
declare const PR:any;
// declare const global:any;
declare module jasmine {
interface Matchers {
toHaveCssClass(expected: any): boolean;
}
}