Commerce
randAccessory
Generate a random accessory.
import { randAccessory } from '@ngneat/falso';
randAccessory()
randAccessory({ length: 10 })
Live Editor
Result
Loading...
randClothingSize
Generate a random clothing size.
import { randClothingSize } from '@ngneat/falso';
randClothingSize()
randClothingSize({ length: 10 })
Live Editor
Result
Loading...
randDepartment
Generate a random department.
import { randDepartment } from '@ngneat/falso';
randDepartment()
randDepartment({ length: 10 })
Live Editor
Result
Loading...
randProductAdjective
Generate a random product adjective.
import { randProductAdjective } from '@ngneat/falso';
randProductAdjective()
randProductAdjective({ length: 10 })
Live Editor
Result
Loading...
randProductCategory
Generate a random product category.
import { randProductCategory } from '@ngneat/falso';
randProductCategory()
randProductCategory({ length: 10 })
Live Editor
Result
Loading...
randProductDescription
Generate a random product description.
import { randProductDescription } from '@ngneat/falso';
randProductDescription()
randProductDescription({ length: 10 })
Live Editor
Result
Loading...
randProductMaterial
Generate a random product material.
import { randProductMaterial } from '@ngneat/falso';
randProductMaterial()
randProductMaterial({ length: 10 })
Live Editor
Result
Loading...
randProductName
Generate a random product name.
import { randProductName } from '@ngneat/falso';
randProductName()
randProductName({ length: 10 })
Live Editor
Result
Loading...