Skip to content

Commit

Permalink
feat(popover): add ability for dynamic input (#1149)
Browse files Browse the repository at this point in the history
Closes #953, #1142
  • Loading branch information
nnixaa authored Jan 23, 2019
1 parent 67c5718 commit d427e59
Show file tree
Hide file tree
Showing 21 changed files with 2,173 additions and 289 deletions.
12 changes: 12 additions & 0 deletions src/app/playground-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,18 @@ export const PLAYGROUND_COMPONENTS: ComponentLink[] = [
component: 'PopoverNoopComponent',
name: 'Popover Noop',
},
{
path: 'popover-dynamic.component',
link: '/popover/popover-dynamic.component',
component: 'PopoverDynamicComponent',
name: 'Popover Dynamic',
},
{
path: 'popover-dynamic-code.component',
link: '/popover/popover-dynamic-code.component',
component: 'PopoverDynamicCodeComponent',
name: 'Popover Dynamic Code',
},
],
},
{
Expand Down
Loading

0 comments on commit d427e59

Please sign in to comment.