how to check what version of angular i installe din the system code example
Example: check angular version
Open the Terminal + view in your project and type
ng --version
this will list the versions of several Angular packages that you have installed in your project.