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...
toCollection
Generate a collection from a custom generators functions
import { toCollection } from '@ngneat/falso';
toCollection(() => {
return { data: randNumber(); }
}, { length: 10 })