Angular

Angular 14 features :-

  1. Stand-alone Components
  2. Strictly Typed Forms
  3.  Angular CLI Auto-Completion
  4. Improved Template Diagnostics
  5. Streamlined Page Title Accessibility
  6. Streamlined Page Title Accessibility


How to upgrade from Angular 13 to Angular 14?
Visit this link to upgrade from Angular 13 to 14 https://update.angular.io/ 

What is Angular json?
A file named angular. json at the root level of an Angular workspace provides workspace-wide and project-specific configuration defaults for build and development tools the Angular CLI provides. Path values given in the configuration are relative to the root workspace folder.

npm i @angular/cli@14.0.0

Comments