UNPKG

@storybook/angular

Version:

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

7 lines (5 loc) 217 B
import Button from './button.component'; import Form from './form.component'; import Html from './html.component'; import Pre from './pre.component'; globalThis.__TEMPLATE_COMPONENTS__ = { Button, Html, Pre, Form };