tslint changes

This commit is contained in:
Jeremy Simpson
2019-08-30 01:52:40 -07:00
parent 7603879d35
commit 7f7efbb94b
446 changed files with 70650 additions and 70661 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ import './client/polyfils';
import { enableProdMode } from '@angular/core';
if (document.body.getAttribute('data-debug') !== 'true' || localStorage.production) {
enableProdMode();
enableProdMode();
}
if (typeof module !== 'undefined' && module.hot) {
module.hot.accept();
module.hot.accept();
}