storybook/docs/snippets/angular/app-story-with-mock.ts.mdx
2021-08-28 01:52:57 +01:00

29 lines
447 B
Plaintext

```ts
// App.stories.ts
import { AppComponent } from './app.component';
export default {
component: AppComponent,
};
export const Success = {
parameters: {
fetch: {
json: {
JavaScript: 3390991,
'C++': 44974,
TypeScript: 15530,
CoffeeScript: 12253,
Python: 9383,
C: 5341,
Shell: 5115,
HTML: 3420,
CSS: 3171,
Makefile: 189,
},
},
},
};
```