- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://valor-software.com/ng2-bootstrap/
- 软件文档: http://valor-software.com/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(){}
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》 这本书的介绍吧!
