当前位置: 首页 > 工具软件 > ng2-bootstrap > 使用案例 >

Angular 集成 Bootstrap ng2-bootstrap

胡劲
2023-12-01

ng2-bootstrap 详细介绍

ng2-bootstrap 是 Angular 2 的扩展指令,实现了对 Bootstrap 框架的集成。

示例代码:

// RECOMMENDED (doesn't work with system.js)
import { AccordionModule } from 'ng2-bootstrap/accordion';
// or
import { AccordionModule } from 'ng2-bootstrap';

@NgModule({
  imports: [AccordionModule.forRoot(),...]
})
export class AppModule(){}
 类似资料: