在Ionic 2 App(带有Typescript的Angular2)中,我试图将json传递给地图标记。
https://gist.github.com/flakerimi/9984172a911fd1bde7464e67686bd34d
但是我得到了这个错误,我甚至不知道如何跟踪Angular2。
view-controller.js:231 MapPage ionViewDidLoad error: Cannot read property 'firstChild' of null
在这种情况下,firstChild是什么。
答案 0 :(得分:2)
我在setTimeOut中包装了代码,然后就可以了。
setTimeout(() =>{
let mapEle = document.getElementById('map');
});