简体   繁体   English

同步将xml文件加载到Aurelia中

[英]Load xml file in Aurelia synchoniously

I have a configuration class that needs to load an xml file on starting my aurelia application. 我有一个配置类,在启动我的aurelia应用程序时需要加载xml文件。 Now my problem is, that I have no Idea how to load that file so that I have the information present when I need them. 现在我的问题是,我不知道如何加载该文件,这样我就可以在需要它们时获得信息。

In my current implementation I'm using the aurelia-fetch-client for reading the information, but that leads to the point that the information are not present in time :/ 在我当前的实现中,我正在使用aurelia-fetch-client读取信息,但是这导致信息无法及时显示:/

Can somebody give me a hint how to implement that in a good way? 有人可以提示我如何以一种好的方式实现它吗?

这个问题在Aurelia讨论区板上进行了详细讨论,结果就是只要您没有加载和处理xml文件,所有的问题就是延迟aurelia.start()

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM