W3cubDocs

/Angular

Version

Represents the version of Angular

API

class Version {
  constructor(full: string): Version;
  readonly major: string;
  readonly minor: string;
  readonly patch: string;
  override full: string;
}

constructor

Version
@paramfullstring
@returnsVersion

major

string

minor

string

patch

string

full

string

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/Version