This site uses cookies from Google to deliver its services and to analyze traffic.
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