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