!wip possible read a .json file to get the value?

This commit is contained in:
tidusjar 2018-03-08 22:06:12 +00:00
parent cc30cc0b43
commit a7687f6dea

View file

@ -18,6 +18,12 @@ import { platformBrowserDynamic } from "@angular/platform-browser-dynamic";
import { AppModule } from "./app/app.module";
declare var module: any;
declare var __webpack_public_path__: any;
__webpack_public_path__ = "Test/";
if(__webpack_public_path__) {
//
}
if (module.hot) {
module.hot.accept();