diff --git a/src/polyfills.ts b/src/polyfills.ts index 2610e1f..1243425 100644 --- a/src/polyfills.ts +++ b/src/polyfills.ts @@ -62,3 +62,12 @@ import 'zone.js'; // Included with Angular CLI. /*************************************************************************************************** * APPLICATION IMPORTS */ + if(!window.console) { + var console = { + log : function(){}, + warn : function(){}, + error : function(){}, + time : function(){}, + timeEnd : function(){} + } + } \ No newline at end of file