ng2-webstorm-snippets icon indicating copy to clipboard operation
ng2-webstorm-snippets copied to clipboard

create new Observable needed

Open WLun001 opened this issue 6 years ago • 0 comments

Create new Observable like this:

return new Observable<$type$>((subscriber: Subscriber<$type$>) => { });$END$

This might come in handy

WLun001 avatar Dec 08 '18 15:12 WLun001