diff --git a/src/main.ts b/src/main.ts index c7b673c..49e8938 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,6 +7,10 @@ import { environment } from './environments/environment'; if (environment.production) { enableProdMode(); } +console.log = () => { }; +console.error = () => { }; +console.info = () => { }; +console.warn = () => { }; platformBrowserDynamic().bootstrapModule(AppModule) .catch(err => console.error(err));