このサイトでは、サービスの提供とトラフィックの分析のためにGoogleのクッキーを使用しています。
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