In Angular 4, Map is a data structure used for mapping keys to values without the limitations involved in using objects. A Map can be created with the help of a new keyword and then various entries can be added to increase the functionalities with the help of a set method. This data structure is also chainable. A map can be initialized with the help of an array of key-value pairs.

BY Best Interview Question ON 24 Nov 2019