<?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: technoknowledge4k</title>
    <description>The latest articles on DEV Community by technoknowledge4k (@technoknowledge4k).</description>
    <link>https://dev.to/technoknowledge4k</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%2F848305%2Feff28b02-f045-4721-85e3-5ca325b3edd9.jpg</url>
      <title>DEV Community: technoknowledge4k</title>
      <link>https://dev.to/technoknowledge4k</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/technoknowledge4k"/>
    <language>en</language>
    <item>
      <title>ng2-smart-table Custom Render Component || dynamic column ng2-smart-table with example</title>
      <dc:creator>technoknowledge4k</dc:creator>
      <pubDate>Tue, 19 Apr 2022 07:02:38 +0000</pubDate>
      <link>https://dev.to/technoknowledge4k/ng2-smart-table-custom-render-component-dynamic-column-ng2-smart-table-with-example-1al</link>
      <guid>https://dev.to/technoknowledge4k/ng2-smart-table-custom-render-component-dynamic-column-ng2-smart-table-with-example-1al</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--J1xabeVZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ciiczhh4cqhyxhup2jj3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--J1xabeVZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ciiczhh4cqhyxhup2jj3.png" alt="Image description" width="728" height="404"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These are some questions that we found after keyword search and i decided to make a article on this topic .so as we all know angular is very good and strong framework and we can achieve everything with the help of libraries available in npm (Node package manager). So from huge libraries we also have one which is  known as ng2-smart-table whixh is nothing but a inbuilt table structure we can simply use this table simply installing this library in our application by running this command &lt;/p&gt;

&lt;p&gt;npm i ng2-smart-table&lt;/p&gt;

&lt;p&gt;this command will add the ng2-smart-table to the package JSON dependency section&lt;/p&gt;

&lt;p&gt;For more please visit this link&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.technoknowledge4k.xyz/2022/04/ng2-smart-table-Custom-Render-Component---ng2-smart-table-stackblitz.html"&gt;https://www.technoknowledge4k.xyz/2022/04/ng2-smart-table-Custom-Render-Component---ng2-smart-table-stackblitz.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Types of data binding in angular 11,12,13 with example</title>
      <dc:creator>technoknowledge4k</dc:creator>
      <pubDate>Mon, 18 Apr 2022 13:38:44 +0000</pubDate>
      <link>https://dev.to/technoknowledge4k/types-of-data-binding-in-angular-111213-with-example-34g9</link>
      <guid>https://dev.to/technoknowledge4k/types-of-data-binding-in-angular-111213-with-example-34g9</guid>
      <description>&lt;p&gt;Types of data binding in angular 11,12,13 with example&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is data binding ?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Data binding is the technique of binding data from component to template .Angular provides many feature of data binding to bind data from component to view dynamically.In angular we have two types of data binding way .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--z7kY258O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w2umbkrrt5tkc7gbv7o9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--z7kY258O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w2umbkrrt5tkc7gbv7o9.png" alt="Image description" width="803" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1.One Way Data Binding &lt;br&gt;
2.Two Way Data Binding &lt;/p&gt;

&lt;p&gt;For more please visit this link &lt;br&gt;
&lt;a href="https://www.technoknowledge4k.xyz/2022/03/How-to-make-Data-binding-in-angular-11--12--13%20%20types%20of%20data%20binding.html"&gt;https://www.technoknowledge4k.xyz/2022/03/How-to-make-Data-binding-in-angular-11--12--13%20%20types%20of%20data%20binding.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Home Angular How to make a Custom directives in angular with example</title>
      <dc:creator>technoknowledge4k</dc:creator>
      <pubDate>Sat, 16 Apr 2022 06:10:08 +0000</pubDate>
      <link>https://dev.to/technoknowledge4k/homeangularhow-to-make-a-custom-directives-in-angular-with-example-2k3o</link>
      <guid>https://dev.to/technoknowledge4k/homeangularhow-to-make-a-custom-directives-in-angular-with-example-2k3o</guid>
      <description>&lt;p&gt;What is directives in angular ?&lt;br&gt;
So directives are the features of angular with help of which we can do modification , to change the behaviour of the HTML elements or we can say DOM elements .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jcvQZuC7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jsrioo3i2onwlt78jvau.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jcvQZuC7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jsrioo3i2onwlt78jvau.png" alt="Image description" width="788" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;for more visit &lt;br&gt;
&lt;a href="https://www.technoknowledge4k.xyz/2022/04/how-to-make-custom-directives-in.html"&gt;https://www.technoknowledge4k.xyz/2022/04/how-to-make-custom-directives-in.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
