Christian
Christian
Same Issue within my Angular4 Application. ```` ERROR in /.../node_modules/api-ai-javascript/ts/Request/TTSRequest.ts (18,33): Property 'AudioContext' does not exist on type 'Window'. /.../node_modules/api-ai-javascript/ts/Request/TTSRequest.ts (18,49): Cannot find name 'webkitAudioContext'. ```` Managed to get it...
Hi Guys, i get the following error when trying to enable debugmode via ``` (function() { 'use strict'; angular.module('app.module', []) .config(routerConfig); /** @ngInject */ function routerConfig($stateProvider,$stickyStateProvider) { $stickyStateProvider.enableDebug(true); $stateProvider .state('app.parent.child',...