Represents the version of Angular
class Version { constructor(full: string): Version; readonly major: string; readonly minor: string; readonly patch: string; override full: string; }
Version
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