MapToIterable is a custom pipe to make a custom object iterable over its keys
According to Miško Hevery (reference):
Maps have no orders in keys and hence they iteration is unpredictable. This was supported in ng1, but we think it was a mistake and will not be supported in NG2
The plan is to have a mapToIterable pipe
*ngFor"#item of map | mapToIterable"
{{'import {MapToIterablePipe} from "fuel-ui/fuel-ui"'}}
MapToIterable pipe is used to make custom objects that have no orders iterable by their keys