Skip to content

Commit

Permalink
chore(): export abstract class to simplify to building of custom comp…
Browse files Browse the repository at this point in the history
…onents
  • Loading branch information
ramonornela authored and adamdbradley committed Nov 14, 2016
1 parent 0da8412 commit d3ef28d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ import { Typography } from './components/typography/typography';
import { VirtualScroll } from './components/virtual-scroll/virtual-scroll';
import { VirtualItem, VirtualHeader, VirtualFooter } from './components/virtual-scroll/virtual-item';

/**
* Export Abstract Class Components
*/
export { Ion } from './components/ion';

/**
* Export Components
Expand Down

0 comments on commit d3ef28d

Please sign in to comment.