<?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: Kevin D'Elia</title>
    <description>The latest articles on DEV Community by Kevin D'Elia (@triangular).</description>
    <link>https://dev.to/triangular</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%2F892720%2Fb7662896-cf61-4eff-b0d4-4293a86f9c5b.jpeg</url>
      <title>DEV Community: Kevin D'Elia</title>
      <link>https://dev.to/triangular</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/triangular"/>
    <language>en</language>
    <item>
      <title>Help with integrating Angular into an Angular JS webapp</title>
      <dc:creator>Kevin D'Elia</dc:creator>
      <pubDate>Sat, 16 Jul 2022 13:01:05 +0000</pubDate>
      <link>https://dev.to/triangular/help-with-integrating-angular-into-an-angular-js-webapp-4n61</link>
      <guid>https://dev.to/triangular/help-with-integrating-angular-into-an-angular-js-webapp-4n61</guid>
      <description>&lt;p&gt;Hello - I am passingly familiar with JavaScript and don’t know Angular JS, Angular, or TypeScript. We have a webapp which uses Angular JS on the front-end and Java on the back-end. Since Angular JS is being sunsetted, we are seriously considering migrating to a new framework. I have decided on going with Angular and have done as much reading as I can on migration approaches. I’ve decided that the low-hanging fruit approach is best, given my lack of knowledge at present. So, I have selected the &lt;strong&gt;Contact Us&lt;/strong&gt; page of our application as a Proof of Concept candidate. It is one small HTML page and one simple controller component. As part of my efforts to learn Angular, I installed it using &lt;strong&gt;npm&lt;/strong&gt; and then created a skeleton project using &lt;strong&gt;ng&lt;/strong&gt;. My questions are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;How do I include Angular into my project so that I can start using it?  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Which files do I need to include and how do I reference them in my code? I’m thinking of how Angular JS is included with a &lt;em&gt;script&lt;/em&gt; tag in HTML. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How will the Angular JS code access the Angular component?  I can see in &lt;em&gt;app.JS&lt;/em&gt; that there is a &lt;strong&gt;state&lt;/strong&gt; for the &lt;strong&gt;Contact Us&lt;/strong&gt; page - how does that change?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are the best sources to learn Angular and TypeScript? I’m looking at a site called PluralSoft but don’t know much about it. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Should I invest time and money in learning Angular JS or can I just focus on jumping in to Angular and TypeScript?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is a project which my team inherited without documentation and without considering the skill set of the team. &lt;/p&gt;

&lt;p&gt;Thanks in advance to all who respond. &lt;/p&gt;

&lt;p&gt;Kevin&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>typescript</category>
      <category>angular</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
