Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. showPopover(event) {
  2. this.popover.load({
  3. event,
  4. component: ChildComponent,
  5. padding: '8px'
  6. });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement