Learn more about Angular v16 → goo.gle/angular-v16
@fatihersoy7559 Жыл бұрын
SSR was the bleeding side of Angular. It feels good that it started to get updates. It's also too hard to apply SSR partially on the application. I hope integrating SSR with Angular applications will be easier.
@programmercouple Жыл бұрын
Angular, you SSR-iously made our servers do the rendering jig! Thanks a ton! 😄🎉
@VarunJain15 Жыл бұрын
I am excited to have these features in V16, now angular is getting much more flexible and optimized day by day.
@geek.engineers4 ай бұрын
Google technologies are awesome❤ I'm very satisfied with learning Angular as a professional front-end framework🎉
@VasanthaKrishnan-mb2szАй бұрын
That's very awesome , Very good presentation Jessica
@Simon-yf7fo Жыл бұрын
Y'all really felt too funny on this one 0:45, it was so random it actually got me haha. Thanks guys keep the great work up!
@erickreyes4485 Жыл бұрын
amazing work in angular team, congrats
@mohamedal-qadeery6530 Жыл бұрын
This is so cool cant wait getting back to angular !
@_dinesh8 ай бұрын
There is no proper guidance on the TransferState API, to send data from server to client. I would really appreciate if Angular team could add more documentation on this.
@szymon28068 ай бұрын
I made an SSR application (with nest.js on the backend), it was very easy, but components that fetch data from API are not visible in the webpage source (ctrl + u) so they will not be visible for crawlers. All solutions that I found used deprecated methods :/
@geek.engineers4 ай бұрын
Why don't you use Angular Dev Tools itself?
@nonipaify10 ай бұрын
Does SSR in angular change the user experience as in when a user routes to another page, does it reload the page from the server (spinner in the browser tab) or does it navigate as usual?
@Zak-tc3bp Жыл бұрын
Is this a new feature or does it concern Universal Angular? Does this bypass errors: ERROR ReferenceError: $$$? What about API call errors? Because currently unless you completely refactor the code or think about that from the start of development Universal is not really a good alternative in my opinion
@pandiarajanrajinbam Жыл бұрын
Lovely 🎉
@RABWA333 Жыл бұрын
Keep on 🎉
@ahmedrashad494 Жыл бұрын
Hello i need help regarding the SSR, i got two folders inside dist folder first one is browser and second one is server, i want to upload the project in public_html on VPS but i do not know which folder should upload , Thanks
@heycolleagues6 ай бұрын
dist/projectname/browser
@JohPi11 ай бұрын
Hello, I'm using Angular version 12.1.1 with server-side rendering, but the initial page load speed is very slow. I've tried various methods, but haven't seen any improvement. Could you guide me on how to address this issue? Thank you very much.
@AfolabiJude Жыл бұрын
So elephants can dance... Angular to the web!
@CodingAbroad Жыл бұрын
When you are referring to ssr do you specifically mean angular universal?
@Angular Жыл бұрын
Angular Universal is the server side rendering library Angular has used for SSR. You can find out more here: angular.io/guide/universal
@armandmugabo1170 Жыл бұрын
great news
@ahmedhassan_saver Жыл бұрын
Is this about angular universal?
@Angular Жыл бұрын
Yes, are you working on a project that can use these new features?