Represents the version of Angular
class Version { readonly major: string; readonly minor: string; readonly patch: string; override full: string;}