menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

Upgrading ...
source image

Dev

2d

read

225

img
dot

Image Credit: Dev

Upgrading to Angular version 19

  • Upgrading to Angular 19 with new changes made mainly to the angular.json file.
  • There are two ways to update: using ng update directly or creating a new application after updating the global @angular/cli.
  • Options for server-side rendering (SSR) implementation also changed.
  • Documentation for the new CLI options can be found on the official Angular website, but not everything is well documented.
  • The new provider expects a function of type 'EnvironmentProviders'.
  • The CommonEngine is the currently working NodeJs engine in Angular 19.
  • Previously, new Request and Response tokens had to be recreated to continue to use them. In Angular 19, tokens are back.
  • The new AngularNodeAppEngine implements the tokens.
  • If an isolated Express server is not used, the browser folder needs to be mapped to the expected routes.

Read Full Article

like

13 Likes

For uninterrupted reading, download the app