Upgrade angular 16 into angular 17 | let's move on Angular 17

preview_player
Показать описание
#angular #angular17 #nihiratechiees

This video explains how to upgrade angular 16 to 17

Angular 17 upgrade guide
=====================

NPM for install/uninstall Global Angular CLI
====================================
npm uninstall -g @angular/cli
npm install -g @angular/cli

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

One criticism. I would go through the process of manually upgrading the dependencies instead of using —force. This is fine for homegrown projects but not production enterprise code. It could be wildly dangerous to use force with who knows what problems. I love the channel and the tutorials.

nerdobject
Автор

Bro super bro, i will waiting for you regular updates like this 😊

micUrCr
Автор

After the upgrade, we are getting is not a known element for the material component

technoguruajit
Автор

suppose I have 13 version angular project how to update 16 or 17 version?

jayakumar
Автор

In command prompt I have tried uninstall and reinstall always shows 16 version only how to resolve it

jayakumar
Автор

i've typescript 5.1, how to update it to 5.2

manojmahanandi
Автор

Bro angular forms pathi full explanation with validation oda video podunga bro using service.. bro

micUrCr
Автор

While updating from angular 16 to 17...im getting a peer dependency issue with @angular-devkit/build-angular and @nguniversal/builders...Can you suggest any solution for this issue ??

Sherin-cr
Автор

I tried to upgrade. Everything is successful but when I build/ng serve I'm getting error -
Error: Maximum call stack size exceeded. Please help

ajitdarnal
Автор

is ok if my project angular 17 using angular material 15 and angular cdk 15 because i have this error when update

./src/styles.scss - Error: Module build failed (from
Can't find stylesheet to import.

KhanhDinh-nx