文件名称:angular-popout-window:Angular 弹出子窗口
文件大小:265KB
文件格式:ZIP
更新时间:2024-06-19 00:26:03
angular HTML
角度弹出窗口
使用此组件,您可以非常简单地将 Angular 应用程序的任何部分弹出到一个新的未停靠的浏览器子窗口中。
尝试以查看一些时髦的东西。
支持打开多个子窗口。
追求最小的占用空间、易用性、干净和兼容的代码。
安装
通过 npm 安装:
npm install --save angular-popout-window
用法
添加PopoutWindowModule到imports你的阵列@NgModule :
import { PopoutWindowModule } from 'angular-popout-window';
...
@NgModule({
imports: [ PopoutWindowModule ... ],
...
})
在你的 html 中用
【文件预览】:
angular-popout-window-master
----.gitignore(631B)
----projects()
--------popout-window()
----e2e()
--------src()
--------tsconfig.json(274B)
--------protractor.conf.js(904B)
----package.json(2KB)
----tslint.json(3KB)
----package-lock.json(569KB)
----src()
--------app()
--------assets()
--------main.ts(372B)
--------test.ts(753B)
--------environments()
--------index.html(307B)
--------favicon.ico(948B)
--------styles.css(80B)
--------polyfills.ts(3KB)
----karma.conf.js(1KB)
----LICENSE(1KB)
----tsconfig.spec.json(333B)
----tsconfig.json(508B)
----.browserslistrc(703B)
----angular.json(5KB)
----tsconfig.app.json(287B)
----README.md(2KB)
----docs()
--------main.7ae65ca0c682848b0545.js(232KB)
--------runtime.e7df24b5d39b2102df5c.js(1KB)
--------3rdpartylicenses.txt(16KB)
--------styles.bbef5938f377e347677f.js(4KB)
--------index.html(571B)
--------favicon.ico(948B)
--------polyfills.629fabf0194644aa8ddc.js(36KB)
----.editorconfig(274B)