當前位置:
首頁 > 知識 > 介紹RxJS在Angular中的應用

介紹RxJS在Angular中的應用

import { Component } from "@angular/core"; import { Observable, Subscription } from "rxjs"; @Component({ selector: "app-home", template: ` ` }) export class HomeComponent { ngOnInit { const node = document.querySelector("input[type=text]"); // 第二個參數 input 是事件名,對於input元素有一個 oninput 事件用於接受用戶輸入 const input$ = Observable.fromEvent(node, "input"); input$.subscribe({ next: (event: any) => console.log(`You just typed ${event.target.value}!`), error: (err) => console.log(`Oops... ${err}`), complete: => console.log(`Complete!`) }); } }

喜歡這篇文章嗎?立刻分享出去讓更多人知道吧!

本站內容充實豐富,博大精深,小編精選每日熱門資訊,隨時更新,點擊「搶先收到最新資訊」瀏覽吧!


請您繼續閱讀更多來自 達人科技 的精彩文章:

撰寫 Viewer 擴展(Extension)
linux 系統備份日誌
python基礎操作 集合 三元運算
你是否也在學習ES6 Promise時遇到過這個問題?
openresty使用筆記(一)

TAG:達人科技 |

您可能感興趣

Dataiku DSS Code Recipe 介紹
介紹Alan Yee Gong
【新卡介紹】Chase Starbucks Visa Card
Opus Magnum遊戲Steam購買地址 Opus Magnum介紹
介紹下 User Experience Design
Resilio Sync 介紹
在 Fedora 中使用 FreeMind 介紹你自己
ArrayBuffers和SharedArrayBuffers的介紹
All College Requirement 必修課介紹
Ansible Dynamic Inventory 介紹
OpenResty 使用介紹
Istio v1aplha3 routing API介紹
gopro畫質有微單好嗎,GoPro HERO7 Silver+試用介紹
Camtasia Studio 軟體介紹
品牌介紹之Palace Skateboards
Photovoltaic and Renewable Energy Engineering 課程介紹
CGLIB(Code Generation Library) 介紹與原理
看看這款全新Air Jordan 1 Defiant 「Couture」 介紹
Metagaming的介紹及其他
golang expect包的使用介紹