Version

Represents the version of Angular

class Version { constructor(full: string) get major: string get minor: string get patch: string full: string }

构造函数

constructor(full: string)

参数

full

Type: string.

属性

属性名类型说明
major只读
minor只读
patch只读
full声明于构造函数中