ngx-admin在新页面组件中添加mapbox

时间:2019-02-28 07:16:03

标签: angularjs mapbox-gl-js nebular ngx-admin

我要如何在我创建的新页面的<nb-card-body>中添加映射框?

我已经添加了html简单的地图框,但是我的mapsla页面上什么也没有显示...

我要添加mapbox的组件是mapsla,该项目基于ngx-admin starter-kit

mapsla.module.ts

mapsla.component.ts

mapsla.component.html

Project structure

screen shot Error in ngx-admin web browser , map not show

1 个答案:

答案 0 :(得分:0)

您不能将html标记插入nb-card-body中,因为html是其他元素的容器元素。由于ngx-admin是基于Angular构建的,请尝试使用相应的库https://github.com/Wykks/ngx-mapbox-gl。希望这会有所帮助。