Skip to main content

Util

toCollection

Generate a collection from a custom generators functions

import { toCollection } from '@ngneat/falso';

toCollection(() => {
return { data: randNumber(); }
}, { length: 10 })
Live Editor
Result
Loading...