Skip to content

Instantly share code, notes, and snippets.

import { Observable } from './node_modules/rxjs/Rx';
const list = [
{ id: 1, name: 'Oli', type: 0 },
{ id: 2, name: 'Pedro', type: 1 },
{ id: 3, name: 'Rui', type: 1 },
{ id: 4, name: 'Ainara', type: 2 }
];