This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Pipe, PipeTransform } from '@angular/core'; | |
/* | |
* Enables the key/value pair of an item to be | |
* visible within an ngFor | |
* Usage: | |
* value of iteratable | keyValue | |
* Example: | |
* <ul> | |
* <li *ngFor='key of demo | keyValue'> |