More updates from the Angularv17

preview_player
Показать описание
Learn about more new and updated features in Angular 17. There are updates like making standalone the default, build tools updates with ESBUILD and Vite, dependency injection visualization, custom input transforms, and more.

#Angular
Рекомендации по теме
Комментарии
Автор

glad angular has brought about these changes, looking forward to further improvements

rahulv
Автор

Thank you.
Thank you for this release.
your team is awesome.

mahdikamran
Автор

I need a proper testcase or scenerio where this standalone can be useful in a big Enterprise application

BrezzaLover
Автор

Thanks for your updates! BTW Somebody already made any code obfuscation with Angular 17?

cstmstr
Автор

Hello Angular Team
we are migarate our code from Angular 12 to Angular 17 and that working fine!

we are facing the issue on update the build on server (deploye on server), one we are create the build with "ng build" and its generate the dist folder and we are try to upload dist on server but its not working

can you made video on how to upload the build on server? or can you guide for the same?

Thank you

ReenaHRDOTS
Автор

I don't really get the move towards standalone components. Having to define all your dependencies again and again, just makes it tedious and cluttered. If in some way it would help decrease the clutter for writing tests, sure go ahead but it just doesn't hold a lot of benefit imo. Especially if you create one of those standard applications that most people will use Angular for.

Martinspire
Автор

Hmmm... I've gotta get through Sololearn, 😂

emmanueldavis
Автор

3:03 "you can even create your own transforms, the only limit is your imagination" - nope, there is one important caveat, the transform has to be a simple, pure function, so the static analysis would understand; this is pretty limiting

TheSourceOfEvil
Автор

Is it true Angular is turning away from webpack?

CodingAbroad
Автор

vite is buggy in v17. i'm finding myself needing to restart the dev server quite often. it rarely recovers from build errors. especially with scss. the old dev server was much more robust.

sch
Автор

I think all these JS libraries are bound to die one day. They are unnecessarily complicated, have too long build times and very high initial learning curves. Something much more simpler, easier and efficient is needed.

avinashbhujan