<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with angular]]></title><description><![CDATA[A list of topics that have been tagged with angular]]></description><link>https://lankadevelopers.lk/tags/angular</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 12:25:29 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/tags/angular.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[What is Angular, and What Should You Know About the Latest Angular Releases?]]></title><description><![CDATA[<p dir="auto">Angular is a TypeScript-based open-source web application framework maintained by Google. Its core strengths lie in:</p>

Component-based architecture
Built-in dependency injection
Reactive forms &amp; RxJS
Ahead-of-Time (AOT) compilation
CLI support for automated scaffolding, testing, and deployment

<p dir="auto">Key Features</p>

Signal-based reactivity model (introduced in v16 and now more powerful in v18):


Reduces change detection overhead
Offers fine-grained reactive programming, similar to SolidJS
Great for performance tuning in real-time dashboards or high-interaction UIs


Standalone Components:


No longer need to declare everything in NgModules
Speeds up app bootstrap time and simplifies project structure


Hydration Support for SSR:


Improves Time to Interactive (TTI) for Angular Universal apps
Mainly beneficial for SEO-driven platforms



<p dir="auto">Built-in support for Tailwind CSS and improved CLI extensibility</p>


<p dir="auto">Zoneless change detection:</p>



Performance boost by removing zone.js overhead in controlled environments

<p dir="auto">At Impero IT Services, we’ve delivered Angular apps across sectors like fintech, healthcare, and B2B SaaS.</p>
<p dir="auto">In one case, we built a real-time compliance dashboard for a financial firm using Angular 17+Signals. The data-intensive nature of the app required high performance, reactive UI updates, and maintainability. Angular’s latest reactive primitives and zoneless rendering allowed us to cut down response latency by nearly 40%, even with thousands of data points updating per second.</p>
<p dir="auto">We paired Angular with:</p>

NgRx for state management
Tailwind for utility-first UI styling
Firebase for scalable backend integration
Cypress &amp; Jest for end-to-end testing

]]></description><link>https://lankadevelopers.lk/topic/1503/what-is-angular-and-what-should-you-know-about-the-latest-angular-releases</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/1503/what-is-angular-and-what-should-you-know-about-the-latest-angular-releases</guid><dc:creator><![CDATA[ImperoITServices]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How to 	 on Angular Websites Using Angular Universal]]></title><description><![CDATA[<p dir="auto"><a href="https://7span.com/blog/improve-seo-using-angular-universal" target="_blank" rel="noopener noreferrer nofollow ugc">Angular Universal SEO</a> is a game-changer for developers looking to improve Angular SEO and enhance their website's visibility on search engines. By leveraging Angular Universal for SEO, you can enable server-side rendering (SSR), which makes your Angular website optimization process more effective. This approach ensures that search engines can easily crawl and index your content, significantly boosting your Angular search engine optimization efforts. Whether you're building a dynamic web app or a content-heavy site, integrating Angular Universal is essential for achieving better rankings and delivering a seamless user experience.</p>
]]></description><link>https://lankadevelopers.lk/topic/1280/how-to-on-angular-websites-using-angular-universal</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/1280/how-to-on-angular-websites-using-angular-universal</guid><dc:creator><![CDATA[7span seo]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Generate Word Documents from Templates Easily Using Vue.JS with TypeScript]]></title><description><![CDATA[<p dir="auto">Wow amazing</p>
]]></description><link>https://lankadevelopers.lk/topic/838/generate-word-documents-from-templates-easily-using-vue-js-with-typescript</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/838/generate-word-documents-from-templates-easily-using-vue-js-with-typescript</guid><dc:creator><![CDATA[Nubelle]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How manage  horizontal space betwenn two elemts]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1621666075516-screenshot-2021-05-22-at-12.12.57-resized.png" alt="Screenshot 2021-05-22 at 12.12.57.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">how reduce space value bet ween 1st column and 2nd column.</p>
<p dir="auto">code:-</p>
<p dir="auto">&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;input type="text" class="form-control" [(ngModel)]="inputItem"&gt;&lt;/td&gt;&lt;td&gt;&lt;button class="btn btn-primary" (click)="addToDo()"&gt;Add To Todo&lt;/button&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr *ngFor="let item of todo; let i = index"&gt;<br />
{{i}}&lt;td&gt;&lt;ul class="list-group"&gt;&lt;li class="list-group-item"&gt;{{item.content}}&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;button class="btn btn-default" (click)="removeDo(i)"&gt; Remove&lt;/button&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p>
]]></description><link>https://lankadevelopers.lk/topic/824/how-manage-horizontal-space-betwenn-two-elemts</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/824/how-manage-horizontal-space-betwenn-two-elemts</guid><dc:creator><![CDATA[SachithAnu]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[For self studies guidance]]></title><description><![CDATA[<p dir="auto">Angular wala basic karanm Eken mona hari projects build karanna try karanna. Thawa angular wala best practices balanna.<br />
Hodama de company ekakata join wena eka ethokota kohomath okkoma dewal hadenawa.</p>
<p dir="auto">Thawa books, articles kiyawanna</p>
]]></description><link>https://lankadevelopers.lk/topic/804/for-self-studies-guidance</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/804/for-self-studies-guidance</guid><dc:creator><![CDATA[isuru mahesh perera]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Typescrypt array help.]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/1622">@nb</a> said in <a href="/post/4349">Typescrypt array help.</a>:</p>
<blockquote>
                                                                                                                                                                            distance: Number                                                                                                                                                                            }                                                                                                                                                                                                                                                                                                                                                         let steps: Array&lt;Steps&gt; = [                                                                                                                                                                                { startDate: '2020-10-21', endDate: '2020-10-22', steps: 101 },                                                                                                                                                                                 { startDate: '2020-10-22', endDate: '2020-10-23', steps: 102 },                                                                                                                                                                                { startDate: '2020-10-24', endDate: '2020-10-25', steps: 103 }                                                                                                                                                                            ];                                                                                                                                                                                                                                                                                                                                                         let activity: Array&lt;Distance&gt; = [                                                                                                                                                                                { startDate: '2020-10-21', endDate: '2020-10-22', distance: 101 },                                                                                                                                                                                 { startDate: '2020-10-22', endDate: '2020-10-23', distance: 102 },                                                                                                                                                                                { startDate: '2020-10-26', endDate: '2020-10-26', distance: 103 }                                                                                                                                                                            ];                                                                                                                                                                                                                                                                                                                                                         function join&lt;L extends Record&lt;string,any&gt;, R extends Record&lt;string,any&gt;&gt;(left: Array&lt;L&gt;,  right: Array&lt;R&gt;,  by: Array&lt;string&gt;) {                                                                                                                                                                                const joined: Array&lt;L&amp;R&gt; = [];                                                                                                                                                                                                                                                                                                                                                             for (let l of left) {                                                                                                                                                                                    const fromRight = right.find(r =&gt; by.every((curr) =&gt; (r[curr] == l[curr]), true))                                                                                                                                                                                    if (fromRight === undefined)                                                                                                                                                                                        continue;                                                                                                                                                                                    joined.push({ ...fromRight, ...l})                                                                                                                                                                                }                                                                                                                                                                                                                                                                                                                                                             return joined;                                                                                                                                                                            }                                                                                                                                                                                                                                                                                                                                                         console.log(join(steps, activity, ['startDate', 'endDate']))                                                                                                                                                                            /*                                                                                                                                                                            [LOG]: [{                                                                                                                                                                              "startDate": "2020-10-21",                                                                                                                                                                              "endDate": "2020-10-22",                                                                                                                                                                              "distance": 101,                                                                                                                                                                              "steps": 101                                                                                                                                                                            }, {                                                                                                                                                                              "startDate": "2020-10-22",                                                                                                                                                                              "endDate": "2020-10-23",                                                                                                                                                                              "distance": 102,                                                                                                                                                                              "steps": 102                                                                                                                                                                            }]                                                                                                                                                                             */                                            

</blockquote>
<p dir="auto">Thanx Brother. man try karala balannam meka</p>
]]></description><link>https://lankadevelopers.lk/topic/794/typescrypt-array-help</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/794/typescrypt-array-help</guid><dc:creator><![CDATA[oditha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Angular vs Ajax]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/1421">@coder-lk</a>  can bro</p>
]]></description><link>https://lankadevelopers.lk/topic/684/angular-vs-ajax</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/684/angular-vs-ajax</guid><dc:creator><![CDATA[KrissSachintha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Full Stack Developer - MEAN]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1598461377790-fc073b2a-2105-451d-884c-2128029ce64f-image.png" alt="fc073b2a-2105-451d-884c-2128029ce64f-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">Open Job Opportunities<br />
Please send your cv: <a href="mailto:chamike@kongcepts.com" target="_blank" rel="noopener noreferrer nofollow ugc">chamike@kongcepts.com</a></p>
]]></description><link>https://lankadevelopers.lk/topic/674/full-stack-developer-mean</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/674/full-stack-developer-mean</guid><dc:creator><![CDATA[Nubelle]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Node.js,mysql api එකක් vps server හෝ cpanel එකක host කරන්න දන්න කෙනෙක් ඉන්නවනම් කියාදෙන්න.]]></title><description><![CDATA[<p dir="auto">I want to know how we can pass image to php backend to using retrofit ?(it must be support to android 10 to up )</p>
]]></description><link>https://lankadevelopers.lk/topic/666/node-js-mysql-api-එකක-vps-server-හ-cpanel-එකක-host-කරන-න-දන-න-ක-න-ක-ඉන-නවනම-ක-ය-ද-න-න</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/666/node-js-mysql-api-එකක-vps-server-හ-cpanel-එකක-host-කරන-න-දන-න-ක-න-ක-ඉන-නවනම-ක-ය-ද-න-න</guid><dc:creator><![CDATA[Kavindu Dissanayake]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Angular &amp; codeigniter]]></title><description><![CDATA[<p dir="auto">Angular ekka codeigniter integrate karapu kauruwath nadhhda</p>
]]></description><link>https://lankadevelopers.lk/topic/615/angular-codeigniter</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/615/angular-codeigniter</guid><dc:creator><![CDATA[Grasshopper]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[IONIC HELP]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> Thanks bro :+1: :+1:</p>
]]></description><link>https://lankadevelopers.lk/topic/574/ionic-help</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/574/ionic-help</guid><dc:creator><![CDATA[oditha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Web application solution architectures and introducing LAMG stack]]></title><description><![CDATA[<p dir="auto">thanks bro</p>
]]></description><link>https://lankadevelopers.lk/topic/563/web-application-solution-architectures-and-introducing-lamg-stack</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/563/web-application-solution-architectures-and-introducing-lamg-stack</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Angular වලට use කරන npm packages HTML වලට use කරන්න පුළුවන්ද ?]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/1049">@kasun-viduranga</a></p>
<p dir="auto">Angular walata hadapuwa nam ba , anith ewa puluwan</p>
]]></description><link>https://lankadevelopers.lk/topic/497/angular-වලට-use-කරන-npm-packages-html-වලට-use-කරන-න-ප-ළ-වන-ද</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/497/angular-වලට-use-කරන-npm-packages-html-වලට-use-කරන-න-ප-ළ-වන-ද</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Enadoc TechMeetUp]]></title><description><![CDATA[<p dir="auto">thanks for the info</p>
]]></description><link>https://lankadevelopers.lk/topic/472/enadoc-techmeetup</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/472/enadoc-techmeetup</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Send Emails without a server-side code with Angular]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/216">@Udith-Indrakantha</a></p>
<p dir="auto">awesome bro , thank you</p>
]]></description><link>https://lankadevelopers.lk/topic/460/send-emails-without-a-server-side-code-with-angular</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/460/send-emails-without-a-server-side-code-with-angular</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[angular site එකක button එකක් click කරලා අලුත් page එකකට redirect වෙනකොට javascript run වෙන්නෙ නැත්තෙ ඇයි. page eka reload කරොත් run වෙනවා.]]></title><description><![CDATA[<p dir="auto">sidebar eka component ekka karanna nathnam eke thiyena js run wenne na anith pages wala.</p>
]]></description><link>https://lankadevelopers.lk/topic/457/angular-site-එකක-button-එකක-click-කරල-අල-ත-page-එකකට-redirect-ව-නක-ට-javascript-run-ව-න-න-න-ත-ත-ඇය-page-eka-reload-කර-ත-run-ව-නව</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/457/angular-site-එකක-button-එකක-click-කරල-අල-ත-page-එකකට-redirect-ව-නක-ට-javascript-run-ව-න-න-න-ත-ත-ඇය-page-eka-reload-කර-ත-run-ව-නව</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Deploy Angular on Firebase Hosting for FREE!]]></title><description><![CDATA[<p dir="auto">Great bro</p>
]]></description><link>https://lankadevelopers.lk/topic/433/deploy-angular-on-firebase-hosting-for-free</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/433/deploy-angular-on-firebase-hosting-for-free</guid><dc:creator><![CDATA[Udith Indrakantha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[පහසුන්වෙන්ම ඔබෙ Angular Application එක නොමිලෙ Netlify server එකෙ deploy කර ගමු. (Simple English)]]></title><description><![CDATA[<p dir="auto">Keep it up, good luck</p>
]]></description><link>https://lankadevelopers.lk/topic/431/පහස-න-ව-න-ම-ඔබ-angular-application-එක-න-ම-ල-netlify-server-එක-deploy-කර-ගම-simple-english</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/431/පහස-න-ව-න-ම-ඔබ-angular-application-එක-න-ම-ල-netlify-server-එක-deploy-කර-ගම-simple-english</guid><dc:creator><![CDATA[ciaompe]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How to navigate a web site using gestures through Kinect v2? What is the easiest method?]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> thank you I'll check. Sorry for the late reply</p>
]]></description><link>https://lankadevelopers.lk/topic/427/how-to-navigate-a-web-site-using-gestures-through-kinect-v2-what-is-the-easiest-method</link><guid isPermaLink="true">https://lankadevelopers.lk/topic/427/how-to-navigate-a-web-site-using-gestures-through-kinect-v2-what-is-the-easiest-method</guid><dc:creator><![CDATA[DPiyumantha]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>