<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Joe Eagar</title>
    <description>The latest articles on DEV Community by Joe Eagar (@joeedh).</description>
    <link>https://dev.to/joeedh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F397499%2Fae1a9b12-fc92-4f62-bac5-fcb8b6a56493.jpeg</url>
      <title>DEV Community: Joe Eagar</title>
      <link>https://dev.to/joeedh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joeedh"/>
    <language>en</language>
    <item>
      <title>Read From One Prop, Write To (Filtered) Many</title>
      <dc:creator>Joe Eagar</dc:creator>
      <pubDate>Fri, 26 Mar 2021 21:08:28 +0000</pubDate>
      <link>https://dev.to/joeedh/read-from-one-prop-write-to-filtered-many-1gfp</link>
      <guid>https://dev.to/joeedh/read-from-one-prop-write-to-filtered-many-1gfp</guid>
      <description>&lt;p&gt;Something you often see in vector graphic editors are widgets that read a property from one object but write to a filtered list of them.&lt;/p&gt;

&lt;p&gt;For example you might have a widget for editing the color of stroke lines.  It pulls the current stroke color from the last selected stroke but writes to all visible selected strokes.&lt;/p&gt;

&lt;p&gt;Anyone have any clue how you would do this with Angular-style data bindings?&lt;/p&gt;

</description>
      <category>angular</category>
    </item>
    <item>
      <title>Serving static data</title>
      <dc:creator>Joe Eagar</dc:creator>
      <pubDate>Thu, 24 Dec 2020 00:19:36 +0000</pubDate>
      <link>https://dev.to/joeedh/serving-static-data-28b7</link>
      <guid>https://dev.to/joeedh/serving-static-data-28b7</guid>
      <description>&lt;p&gt;I can't seem to find any documentation for this at all.  So, in the builders section of angular.json there's an 'assets' field for static data, pointing to files that I guess shows up served at /assets/... ?&lt;/p&gt;

&lt;p&gt;How exactly does this work?  How are the final urls created, and under what rules? Why is this not documented anywhere?&lt;/p&gt;

</description>
      <category>angular</category>
    </item>
  </channel>
</rss>
