2yy-ngx-overlay 中文文档教程

发布于 3年前 浏览 17 项目主页 更新于 3年前

NgxOverlay

测试 可维护性”></a> 
  <a href=

Installation

npm i 2yy-ngx-overlay

Motivation

  • To follow the DRY Principle when writing overlay showing/hiding logic.
  • Manage multiple overlay state in a screen.

Usage

  1. Create your overlay slot (with your overlay config)
  2. Attach your overlay to slot

Create your overlay slot

this.myOverlaySlotId = this.ngxOverlayService.addOverlaySlot(myOverlayConfig)

Attach your overlay to slot

this.ngxOverlayService.show( this.myPortal, this.myOverlaySlotId)

License

麻省理工学院许可证

NgxOverlay

Test Maintainability Test Coverage

Installation

npm i 2yy-ngx-overlay

Motivation

  • To follow the DRY Principle when writing overlay showing/hiding logic.
  • Manage multiple overlay state in a screen.

Usage

  1. Create your overlay slot (with your overlay config)
  2. Attach your overlay to slot

Create your overlay slot

this.myOverlaySlotId = this.ngxOverlayService.addOverlaySlot(myOverlayConfig)

Attach your overlay to slot

this.ngxOverlayService.show(this.myPortal, this.myOverlaySlotId)

License

MIT License

更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文