up source block
This commit is contained in:
		
							parent
							
								
									d84071ed49
								
							
						
					
					
						commit
						c3319a6e84
					
				
					 4 changed files with 41 additions and 5 deletions
				
			
		|  | @ -1,11 +1,19 @@ | |||
| import type { Meta, StoryObj } from '@storybook/angular'; | ||||
| import { SourceBlock } from './source-block'; | ||||
| import { ChatbotSource } from '../../services/conversations.service'; | ||||
| import { moduleMetadata } from '@storybook/angular'; | ||||
| import { CommonModule } from '@angular/common'; | ||||
| 
 | ||||
| const meta: Meta<SourceBlock> = { | ||||
|   title: 'Components/SourceBlock', | ||||
|   component: SourceBlock, | ||||
|   tags: ['autodocs'], | ||||
|   decorators: [ | ||||
|     moduleMetadata({ | ||||
|       imports: [CommonModule], | ||||
|       providers: [] | ||||
|     }) | ||||
|   ], | ||||
|   argTypes: { | ||||
|     source: { | ||||
|       control: 'object', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tykayn
						tykayn