##// END OF EJS Templates
added pipe method to observable
added pipe method to observable

File last commit:

r107:e59104632d14 default
r114:e9a9ed6d7647 v1.5.0 default
Show More
Contact.ts
6 lines | 89 B | video/mp2t | TypeScriptLexer
export interface Contact {
name: string;
position: string;
email: string;
}