<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>noxi515</author_name>
  <author_url>https://blog.hatena.ne.jp/noxi515/</author_url>
  <blog_title>noxi雑記</blog_title>
  <blog_url>https://noxi515.hateblo.jp/</blog_url>
  <categories>
    <anon>TypeScript</anon>
  </categories>
  <description>RxJS にはイベントハンドリングをする API が2種類あります。 fromEvent と fromEventPattern です。前者は DOM イベントを処理するための API で、後者は任意のイベントハンドラーに対して add と remove を手動で処理する API です。 例えば KeyboardEvent を処理するときに、やっていることは同じですが2種類の書き方ができます。 const destroy$: Subject&lt;void&gt; = new Subject&lt;void&gt;(); const input: HTMLInputElement = document.createEl…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoxi515.hateblo.jp%2Fentry%2F2020%2F02%2F15%2F212432&quot; title=&quot;RxJSのfromEventとfromEventPattern - noxi雑記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-15 21:24:32</published>
  <title>RxJSのfromEventとfromEventPattern</title>
  <type>rich</type>
  <url>https://noxi515.hateblo.jp/entry/2020/02/15/212432</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
