rename airwatch folder
This commit is contained in:
parent
a05388fcbc
commit
949641d881
262 changed files with 21196 additions and 245 deletions
|
@ -1,29 +0,0 @@
|
|||
import type {Preview} from '@storybook/angular';
|
||||
import {moduleMetadata} from '@storybook/angular';
|
||||
import {Store, StoreModule} from '@ngrx/store';
|
||||
import {reducers} from '../src/app/reducers';
|
||||
import 'remixicon/fonts/remixicon.css';
|
||||
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
actions: {argTypesRegex: '^on[A-Z].*'},
|
||||
controls: {
|
||||
matchers: {
|
||||
color: /(background|color)$/i,
|
||||
date: /Date$/i,
|
||||
},
|
||||
},
|
||||
},
|
||||
decorators: [
|
||||
moduleMetadata({
|
||||
imports: [
|
||||
StoreModule.forRoot(reducers),
|
||||
],
|
||||
providers: [
|
||||
Store
|
||||
]
|
||||
})
|
||||
]
|
||||
};
|
||||
|
||||
export default preview;
|
Loading…
Add table
Add a link
Reference in a new issue