Package Exports
- ng-peek-behind
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ng-peek-behind) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NgPeekBehind
Utility directive to peek behind overlay panels and dialogs.
Usage
<div class="cdk-overlay-pane dialog">
<!--Nested inside-->
    <button>
        [libPeekBehind]="'cdk-overlay-pane'"
        [libPeekBehindTrigger]="showPanel">
    </button>
</div>Setting showPanel = false will fade away the dialog and showPanel = true will fade it in.