I am new to angular 5 and trying to iterate the map containing another map in typescript. How to iterate below this kind of map in angular below is code for component:
The below code useful to display in the map insertion order.
{{recipient.key}} --> {{recipient.value}}
.ts file add the below code.
asIsOrder(a, b) { return 1; }