2yy-ngx-overlay 中文文档教程
NgxOverlay
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
- Create your overlay slot (with your overlay config)
- 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
更多
你可能也喜欢
- @0xgabi/use-wallet 中文文档教程
- @11ty/eleventy-plugin-syntaxhighlight 中文文档教程
- @21epub/xapi-ts-wrapper 中文文档教程
- @63pokupki/yandex-map 中文文档教程
- @aacassandra/ivue-tsp-controller 中文文档教程
- @aaronpowell/apollo-server-logger-appinsights 中文文档教程
- @abellsmythe/request-time 中文文档教程
- @ablula/default-blog-theme 中文文档教程
- @ackee/browserslist-config 中文文档教程
- @acpaas-ui-widgets/ngx-location-picker 中文文档教程