UNPKG

@storybook/angular

Version:

Storybook for Angular: Develop Angular components in isolation with hot reloading.

9 lines (6 loc) 245 B
import { global } from '@storybook/global'; import Button from './button.component'; import Form from './form.component'; import Html from './html.component'; import Pre from './pre.component'; global.Components = { Button, Html, Pre, Form };