angular-audio-context
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -7,4 +7,2 @@ (function (global, factory) { | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
var AudioContext$1 = new _angular_core.OpaqueToken('AUDIO_CONTEXT_CONSTRUCTOR'); // tslint:disable-line:variable-name | ||
@@ -18,13 +16,14 @@ function audioContextConstructorFactory() { | ||
} | ||
var AudioContextModule = function AudioContextModule() { | ||
_classCallCheck(this, AudioContextModule); | ||
}; | ||
AudioContextModule.decorators = [{ type: _angular_core.NgModule, args: [{ | ||
imports: [_angular_common.CommonModule], | ||
providers: [{ provide: AudioContext$1, useFactory: audioContextConstructorFactory }, { provide: isSupported$1, useFactory: isSupportedFactory }] | ||
}] }]; | ||
/** @nocollapse */ | ||
AudioContextModule.ctorParameters = function () { | ||
return []; | ||
}; | ||
var AudioContextModule = function () { | ||
function AudioContextModule() {} | ||
AudioContextModule.decorators = [{ type: _angular_core.NgModule, args: [{ | ||
imports: [_angular_common.CommonModule], | ||
providers: [{ provide: AudioContext$1, useFactory: audioContextConstructorFactory }, { provide: isSupported$1, useFactory: isSupportedFactory }] | ||
}] }]; | ||
/** @nocollapse */ | ||
AudioContextModule.ctorParameters = function () { | ||
return []; | ||
}; | ||
return AudioContextModule; | ||
}(); | ||
@@ -31,0 +30,0 @@ exports.AudioContext = AudioContext$1; |
@@ -16,2 +16,3 @@ { | ||
"@angular/cli": "1.0.0-rc.0", | ||
"@angular/compiler": "2.4.7", | ||
"@angular/compiler-cli": "2.4.7", | ||
@@ -57,7 +58,7 @@ "@angular/platform-browser": "2.4.7", | ||
"build/es5/", | ||
"build/es2015/", | ||
"build/esm/", | ||
"src/" | ||
], | ||
"homepage": "https://github.com/chrisguttandin/angular-audio-context", | ||
"jsnext:main": "build/es2015/module.js", | ||
"jsnext:main": "build/esm/module.js", | ||
"license": "MIT", | ||
@@ -75,4 +76,4 @@ "main": "build/es5/bundle.js", | ||
}, | ||
"types": "build/es2015/module.d.ts", | ||
"version": "6.0.0" | ||
"types": "build/esm/module.d.ts", | ||
"version": "6.0.1" | ||
} |
{ | ||
"angularCompilerOptions": { | ||
"entryModule": "audio-context.module#AudioContextModule", | ||
"genDir": "../build/es2015", | ||
"genDir": "../build/esm", | ||
"skipTemplateCodegen": true, | ||
@@ -23,5 +23,5 @@ "strictMetadataEmit": true | ||
"noUnusedParameters": true, | ||
"outDir": "../build/es2015", | ||
"outDir": "../build/esm", | ||
"sourceMap": true, | ||
"target": "es2015", | ||
"target": "es5", | ||
"typeRoots": [ | ||
@@ -28,0 +28,0 @@ "../node_modules/@types" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
22772
1007094
39