Angular
Angular 14 features :-
- Stand-alone Components
- Strictly Typed Forms
- Angular CLI Auto-Completion
- Improved Template Diagnostics
- Streamlined Page Title Accessibility
- 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
Post a Comment