Electron, Angular2, “fs”

前端 未结 4 959
生来不讨喜
生来不讨喜 2020-12-11 05:58

I am very new to the topic of Angular, Javascript etc.

I try to write a (TypeScript) Angular2-Electron application which should access the file-system. Everyone just

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-11 06:32

    The problems seems to be that i use SystemJS in my Angular Application. SystemJS tries to load the modules from my own application.

    I now have add this so my index.html which seems to work:

        
    

提交回复
热议问题