import { experimentOn } from '@islavi/ng2-component-lab'; export default experimentOn('Tag Cloud').group('Tag Cloud', [ { id: 'list', title: 'Simple tag-cloud', description: 'Simple tag-cloud', showSource: true, template: ` ` }, { id: 'unique-tag-cloud', title: 'List with unique validation', description: 'List with unique validation', showSource: true, template: ` ` }, { id: 'disabled-tag-cloud', title: 'Disabled tag-cloud', description: 'When the parameter isViewOnly = true, the tag-cloud control is disabled', showSource: true, template: ` ` }, { id: 'tag-cloud-with-disabled-items', title: 'List with some readonly items', description: 'The parameter isViewOnly can get an array of indexes of tag-cloud items.', showSource: true, template: ` ` } ]);