<?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: #/home/pavan</title>
    <description>The latest articles on DEV Community by #/home/pavan (@pavangayakwad).</description>
    <link>https://dev.to/pavangayakwad</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%2F564727%2F5b4d2cbc-fa80-44cd-a636-8e05477509e6.jpg</url>
      <title>DEV Community: #/home/pavan</title>
      <link>https://dev.to/pavangayakwad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pavangayakwad"/>
    <language>en</language>
    <item>
      <title>Angular: Inline Styles &amp; Tests Setting</title>
      <dc:creator>#/home/pavan</dc:creator>
      <pubDate>Sat, 24 Apr 2021 08:13:37 +0000</pubDate>
      <link>https://dev.to/pavangayakwad/angular-inline-styles-skip-tests-setting-365i</link>
      <guid>https://dev.to/pavangayakwad/angular-inline-styles-skip-tests-setting-365i</guid>
      <description>&lt;p&gt;Every time when I create a component, I usually skip creating test and external CSS files by supplying following switches to the &lt;code&gt;ng&lt;/code&gt; command&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ng g c my-component --inlineStyle=true --skipTests=true&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;However, I can easily avoid this by setting it in  &lt;code&gt;angular.json&lt;/code&gt; file&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qO9qnnJ9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0fprwsuol8s91b438wi3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qO9qnnJ9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0fprwsuol8s91b438wi3.png" alt="image" width="391" height="193"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The &lt;code&gt;inlineTemplate&lt;/code&gt; setting help us to chose should I need a separate HTML file for UI or going to write HTML code inside the &lt;code&gt;.ts&lt;/code&gt; file (like we do in React). &lt;/p&gt;

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