<?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: Sunanda</title>
    <description>The latest articles on DEV Community by Sunanda (@sunanda).</description>
    <link>https://dev.to/sunanda</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%2F1374753%2F2a94a11a-5c3c-4d89-938d-5c20c1537f98.png</url>
      <title>DEV Community: Sunanda</title>
      <link>https://dev.to/sunanda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sunanda"/>
    <language>en</language>
    <item>
      <title>Unable to upgrade from angular version 14 to 17</title>
      <dc:creator>Sunanda</dc:creator>
      <pubDate>Fri, 22 Mar 2024 11:04:55 +0000</pubDate>
      <link>https://dev.to/sunanda/unable-to-upgrade-from-angular-version-14-to-17-536b</link>
      <guid>https://dev.to/sunanda/unable-to-upgrade-from-angular-version-14-to-17-536b</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;We are trying to upgrade form angular version from 14 to 17 following the steps in the below url.&lt;br&gt;
&lt;a href="https://update.angular.io/?v=14.0-17.0"&gt;https://update.angular.io/?v=14.0-17.0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It gave error related to schematic dependency so used the below line to upgrade to 15 and 16.&lt;br&gt;
ng update @angular/core@16 @angular/cli@16 @angular-eslint/schematics@16&lt;br&gt;
ng update @angular/core@16 @angular/cli@16 @angular-eslint/schematics@16&lt;/p&gt;

&lt;p&gt;after upgrading to 15, when build the code it worked. Later after upgrading to 16 when build the code it failed. &lt;/p&gt;

&lt;p&gt;When ran ng version command, noticed @angular.cdk and @angular/material version are still shown as 14 and are not upgraded. &lt;br&gt;
So upgraded these 2 to version 15 and 16 using the below commands&lt;br&gt;
ng update @angular/material@15 @angular/cdk@15&lt;br&gt;
ng update @angular/material@16 @angular/cdk@16&lt;/p&gt;

&lt;p&gt;Built the code got the below error. Any idea how this can be fixed.&lt;br&gt;
 node_modules/ng2-dragula/dist/components/dragula.module.d.ts:3:23 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument&lt;br&gt;
Please note tried multiple times by removing the node_modules and rolling back package.json and re-ran upgrade, but encountering the same issue.&lt;br&gt;
Any idea what is the problem here.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Sunanda.&lt;/p&gt;

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