ngx-bootstrap AlertModule问题

时间:2018-02-08 07:25:16

标签: angular5 ngx-bootstrap

当我使用" angular4"它很好用。和" ngx-bootstrap 1.9.3"。我已将项目更新为angular 5 ..似乎只有警报不起作用。 如果我从html模板中删除警告元素,那就没问题。

警报模块在shared.module.ts

中导入

import { AlertModule } from "ngx-bootstrap/alert";

@NgModule({
imports: [AlertModule.forRoot()]})

html的

<alert type="{{alertType}}" dismissible="true">{{alertMessage}}</alert>

enter image description here

1 个答案:

答案 0 :(得分:1)

ngx-bootstrap 1.9.3仅支持角度2和4.请更新到最新版本(2.0.2),它将在角度5下正常工作