文件名称:ng2-bootstrap-modal:用于简化引导模式对话框的库
文件大小:47KB
文件格式:ZIP
更新时间:2024-02-21 11:43:18
bootstrap angular2 modal dialog BootstrapTypeScript
#Angular2引导程序模式服务 它是一个库,使Angular2中的引导模态插件的使用更加容易。 创建清晰且可重复使用的模态组件。 它使管理对话框变得轻松而清晰。 库不使用bootstrap js,仅使用CSS。 与引导程序3和引导程序4兼容。 ##安装 npm install ng2-bootstrap-modal 观看 ###没有引导程序吗? 是的,您可以创建自己CSS。 只需为.modal和.modal-dialog类编写CSS。 . modal { position : fixed; top : 0 ; right : 0 ; bottom : 0 ; left : 0 ; z-index : 1050 ; overflow : hidden; -webkit-overflow-scrolling : touch; outline : 0 ; } . fade { opacity : 0 ; -webkit-transition : opacity .15 s linear;
【文件预览】:
ng2-bootstrap-modal-master
----index.js(328B)
----package.json(1KB)
----dist()
--------bootstrap-modal.module.js.map(933B)
--------dialog.service.metadata.json(2KB)
--------bootstrap-modal.module.js(2KB)
--------dialog-holder.component.js.map(2KB)
--------index.js(550B)
--------dialog.component.metadata.json(697B)
--------dialog-wrapper.component.d.ts(564B)
--------dialog-holder.component.js(4KB)
--------index.js.map(233B)
--------dialog-wrapper.component.metadata.json(2KB)
--------dialog.component.js(1KB)
--------dialog-wrapper.component.js.map(1KB)
--------dialog.service.js(3KB)
--------index.metadata.json(569B)
--------dialog.component.d.ts(525B)
--------bootstrap-modal.module.metadata.json(4KB)
--------dialog.service.d.ts(940B)
--------index.d.ts(205B)
--------dialog.service.js.map(2KB)
--------dialog-wrapper.component.js(3KB)
--------bootstrap-modal.module.d.ts(471B)
--------dialog-holder.component.d.ts(655B)
--------dialog.component.js.map(1001B)
--------dialog-holder.component.metadata.json(2KB)
----src()
--------bootstrap-modal.module.ts(2KB)
--------dialog-wrapper.component.ts(2KB)
--------dialog-holder.component.ts(3KB)
--------dialog.service.ts(3KB)
--------dialog-options.ts(0B)
--------dialog.component.ts(1KB)
--------index.ts(204B)
----.npmignore(86B)
----tsconfig.json(517B)
----index.d.ts(120B)
----LICENSE.md(1KB)
----.gitignore(84B)
----demo()
--------package.json(1KB)
--------tslint.json(3KB)
--------protractor.conf.js(756B)
--------.angular-cli.json(1KB)
--------src()
--------tsconfig.json(309B)
--------e2e()
--------.gitignore(508B)
--------karma.conf.js(1KB)
--------README.md(1KB)
--------.editorconfig(245B)
----README.md(8KB)