I hereby claim:
- I am alterx on github.
- I am carlosvega (https://keybase.io/carlosvega) on keybase.
- I have a public key whose fingerprint is 36F2 3290 97D7 D20C 0B80 B789 DE03 05A8 C729 643A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const draw = (newModule: Function, reRender: boolean = true): void => { | |
| if (!platform) { | |
| try { | |
| enableProdMode(); | |
| } catch (e) {} | |
| platform = platformBrowserDynamic(); | |
| promises.push(platform.bootstrapModule(newModule)); | |
| } else { | |
| Promise.all(promises).then(modules => { |
| storiesOf('Metadata|Individual', module) | |
| .add('Individual 1', () => ({ | |
| template: `<storybook-simple-token-component [name]="name"></storybook-simple-token-component>`, | |
| props: { | |
| name: 'Prop Name', | |
| }, | |
| moduleMetadata: { | |
| imports: [], | |
| declarations: [], | |
| providers: [ |
| ... | |
| import { Button } from '@storybook/angular/demo'; | |
| storiesOf('Addon|Notes', module) | |
| .add( | |
| 'Simple note', | |
| withNotes({ text: 'My notes on some button' })(() => ({ | |
| component: Button, | |
| props: { |
| const getModule = ( | |
| declarations: Array<Type<any> | any[]>, | |
| entryComponents: Array<Type<any> | any[]>, | |
| bootstrap: Array<Type<any> | any[]>, | |
| data: NgProvidedData, | |
| moduleMetadata: NgModuleMetadata | |
| ) => { | |
| const moduleMeta = { | |
| declarations: [...declarations, ...(moduleMetadata.declarations || [])], | |
| imports: [BrowserModule, FormsModule, ...(moduleMetadata.imports || [])], |
| Verifying my Blockstack ID is secured with the address 1B1VeR1xw1b22VPehppqfdpGcyNzHdV8e9 https://explorer.blockstack.org/address/1B1VeR1xw1b22VPehppqfdpGcyNzHdV8e9 |
| // Dletta has implemented a depth-first (and sort of breadth-first) search algorithm for gun graphs. | |
| var stack; | |
| var nodes; | |
| var edges; | |
| var start; | |
| var u; | |
| var label; | |
| var opt = true; |