There are several ways you can do that:
- Go into
node_modules/@angular/core/package.jsonand checkversionfield. -
If you need to use it in your code, you can import it from the
@angular/core:import { VERSION } from '@angular/core'; -
Inspect the rendered DOM – Angular adds the version to the main component element:
<my-app ng-version="4.1.3">