Created
January 30, 2017 18:40
-
-
Save venkateshwarv/a02bf5033dc0fff9fcab43e9378efa77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private _createOverlay(): OverlayRef { | |
let state = new OverlayState(); | |
state.positionStrategy = this._overlay.position().global() | |
.centerHorizontally() | |
.top('0'); | |
return this._overlay.create(state); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment