The Wayback Machine - https://web.archive.org/web/20260304011723/https://angular.dev/api/core/Version
    • Overview
@angular/core

Version

Class
stable

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
Jump to details
HTTPS · web.archive.org
← Home