Bhushankumar
Results
2
issues of
Bhushankumar
``` var InventoryModel = DynamoDb.define(TABLES.INVENTORY, { hashKey: 'id', rangeKey: 'name', timestamps: true, updatedAt: 'updatedAt', schema: { id: DynamoDb.types.uuid(), name: Joi.string(), upperName: Joi.string(), commodity: Joi.string(), subCommodity: Joi.string(), uom: Joi.string(), //Unit Of...
Is it newer version build of angular-material ?