Skip to content

Instantly share code, notes, and snippets.

@venkateshwarv
Created January 30, 2017 18:40
Show Gist options
  • Save venkateshwarv/a02bf5033dc0fff9fcab43e9378efa77 to your computer and use it in GitHub Desktop.
Save venkateshwarv/a02bf5033dc0fff9fcab43e9378efa77 to your computer and use it in GitHub Desktop.
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