import {Component, ContentChildren} from 'angular2/core'; import {Button} from '../button/button'; import {Icon} from '../icon/icon'; /** * @name Item * @description * Creates a list-item that can easily be swiped, deleted, reordered, edited, and more. * * There are three common ways to use an item: * - Use `` for something that is only non-clickable text. * - Use `