Skip to content

Instantly share code, notes, and snippets.

View realStandal's full-sized avatar
🦙

Ryan Lockard realStandal

🦙
  • Warren, Michigan
  • 12:17 (UTC -04:00)
View GitHub Profile
@realStandal
realStandal / index.js
Last active December 1, 2020 02:55 — forked from isNotOkay/index.js
@angular/flex-layout with Storybook
import {
Meta,
Story,
} from '@storybook/angular'
import { FlexLayoutModule } from '@angular/flex-layout'
import { Button, } from './button.component'
export default {
title: 'Molecule/Button',