<?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: Prachi</title>
    <description>The latest articles on DEV Community by Prachi (@prachi).</description>
    <link>https://dev.to/prachi</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%2F403614%2F1ec534b8-d6f2-4f25-85cb-02333a56d924.jpg</url>
      <title>DEV Community: Prachi</title>
      <link>https://dev.to/prachi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prachi"/>
    <language>en</language>
    <item>
      <title>Simple steps to replace your favicon icon in Angular 8|9</title>
      <dc:creator>Prachi</dc:creator>
      <pubDate>Sat, 04 Jul 2020 17:11:19 +0000</pubDate>
      <link>https://dev.to/prachi/simple-steps-to-replace-your-favicon-icon-in-angular-277b</link>
      <guid>https://dev.to/prachi/simple-steps-to-replace-your-favicon-icon-in-angular-277b</guid>
      <description>&lt;p&gt;Favicon icon also known as a shortcut icon, website icon, tab icon, URL icon, or bookmark icon, is a file containing a small icon. associated with a particular website or web page. A web designer can create such an icon and upload it to a website or a web page.&lt;br&gt;
Its associated with a website at address bar. In angular it is stored with a default name i.e favicon.ico which is angular logo, we can change it in simple steps as below.&lt;br&gt;
So, let's get started,&lt;br&gt;
Step 1: copy your logo in src folder&lt;br&gt;
Step 2: Navigate to src folder and remove the favicon.ico file.&lt;br&gt;
Step 3: copy new png favicon inside src folder.&lt;br&gt;
Step 4: Open the index.html file and change the favicon file name (with the newly added icon name).&lt;br&gt;
  &lt;/p&gt;

&lt;p&gt;Step 5: Inside the angular.json file change name of the favicon in assets array.&lt;br&gt;
"assets": [&lt;br&gt;
              "src/favicon.png",&lt;br&gt;
              "src/assets"&lt;br&gt;
            ],&lt;/p&gt;

&lt;p&gt;That's it, In these five steps we can easily replace favicon icon in Angular.&lt;/p&gt;

&lt;p&gt;Any suggestions will be appreciated..&lt;/p&gt;

</description>
      <category>angular</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>typescript</category>
    </item>
    <item>
      <title>Dodecahedron Animation with css</title>
      <dc:creator>Prachi</dc:creator>
      <pubDate>Fri, 19 Jun 2020 10:55:40 +0000</pubDate>
      <link>https://dev.to/prachi/dodecahedron-animation-with-css-32l4</link>
      <guid>https://dev.to/prachi/dodecahedron-animation-with-css-32l4</guid>
      <description>&lt;p&gt;Dodecahedron css animation with simple coding..&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/codinggfun/embed/xxZgPXz?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>css</category>
      <category>scss</category>
      <category>angular</category>
      <category>html</category>
    </item>
  </channel>
</rss>
