Skip to content

Commit

Permalink
fix(toolbar): fix cannot determine the module for class ToolbarItem
Browse files Browse the repository at this point in the history
  • Loading branch information
alyleui committed Sep 18, 2018
1 parent 17d877a commit 3b37b3c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/toolbar/toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ const styles = (theme: ThemeVariables) => ({

type position = 'static' | 'absolute' | 'fixed' | 'sticky' | 'relative';

@Directive({
selector: 'ly-toolbar-item'
})
export class ToolbarItem {
constructor() {
console.warn('ly-toolbar-item @deprecated');
}
}

@Directive({
selector: 'ly-toolbar'
})
Expand Down

0 comments on commit 3b37b3c

Please sign in to comment.