Update to Angular 16 and update all other npm packages

general angular
  1. Execute the command: ng update @angular/core @angular/cli --force

  2. Delete the node_modules folder and the package-lock.json files.

  3. npm install

  4. Install - npm i -g npm-check-updates

  5. Execute - ncu -u

  6. npm install