Angular 集成 Bootstrap ng2-bootstrap

码农软件 · 软件分类 · CSS框架 · 2019-04-20 09:27:51

软件介绍

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(){}

本文地址:https://codercto.com/soft/d/3978.html

Python for Data Analysis

Python for Data Analysis

Wes McKinney / O'Reilly Media / 2012-11-1 / USD 39.99

Finding great data analysts is difficult. Despite the explosive growth of data in industries ranging from manufacturing and retail to high technology, finance, and healthcare, learning and accessing d......一起来看看 《Python for Data Analysis》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具