'how to find and show all array of object in mongodb to show angular
I'm trying to show out all of the save value of index save in mongodb but these method only show to first object id and column value please help me in these regards
my code is angular ts file
this.UserLicenseVerificationList = this.usersList.filter(obj => {
return obj.licensesDetails[0].licenseVerificationStatus === environment.LICENSE_STATUS.PENDING;
});
angular html
{{user?.licensesDetails[0].licenseNumber}}
I want to show all array value
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
