Skip to content

PranamBhat/Angular13

Repository files navigation

Angular13

This project was generated with Angular CLI version 13.0.2.





How to update Angular 12 to Angular 13?

  1. Make sure your Angular version is 12 at present.
  2. Make sure you are using TypeScript 4.4.
  3. Make sure you are using Node 12.20.0 or later.
  4. Run npx @angular/cli@13 update @angular/core@13 @angular/cli@13 which should bring you to version 13 of Angular.
  5. Run npx @angular/cli@13 update @angular/material@13.

For detailed guide : https://update.angular.io/

Check out Angular release plan, breaking changes and documentation here: https://github.com/angular/angular/releases https://github.com/angular/angular/blob/master/CHANGELOG.md

How to build and run the application?

git clone https://github.com/PranamBhat/Angular13.git

cd Angular13

npm install

If anything goes wrong, execute these commands:

npm uninstall -g @angular/cli npm cache verify npm install -g @angular/cli@latest

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

From Developer

You can get in touch with me on my LinkedIn Profile: LinkedIn Link

You can also follow me on GitHub to stay updated about my latest projects: GitHub Follow

If you liked the repo then kindly support it by giving it a star ⭐

Contact

Made with ❤️ by Pranam Bhat. Connect me on https://www.linkedin.com/in/pranam-bhat-11670689/

For any queries : pranam707@gmail.com