xxxxxxxxxx
Open cmd/terminal
METHOD 1-
ng version
METHOD 2-
ng --version
xxxxxxxxxx
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.
xxxxxxxxxx
Go into node_modules/@angular/core/package.json and check version field
or import { VERSION } from '@angular/core';
or Inspect the rendered DOM - Angular adds the version to the first node of the dom:
<app-root ng-version="6.1.10">