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

pull/2068/head
tidusjar 7 years ago
parent cc30cc0b43
commit a7687f6dea

@ -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();

Loading…
Cancel
Save