Skip to content

Commit

Permalink
fix(collections): add paper-toast to PaperElementsModule
Browse files Browse the repository at this point in the history
  • Loading branch information
hotforfeature committed Aug 9, 2017
1 parent 798083e commit e04d8ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion origami/collections/src/paper-elements/paper-ui-elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { EmitChangesDirective } from '@codebakery/origami';
@Directive({
selector: `paper-badge, paper-button, paper-card, paper-dropdown-menu, paper-icon-button,
paper-icon-item, paper-item, paper-item-body, paper-menu, paper-menu-button, paper-progress,
paper-spinner, paper-swatch-picker, paper-tab, paper-tabs, paper-toolbar, paper-tooltip`
paper-spinner, paper-swatch-picker, paper-tab, paper-tabs, paper-toast, paper-toolbar,
paper-tooltip`
})
export class PaperUiElement extends EmitChangesDirective { }

0 comments on commit e04d8ef

Please sign in to comment.