Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thrixton
thrixton / key-value.pipe.ts
Created December 21, 2017 21:50 — forked from bombadillo/key-value.pipe.ts
Angular 2 Key Value Pipe
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'>