Represents the version of Angular
class Version { constructor(full: string) full : string major : string minor : string patch : string }
constructor(full: string)
联系方式: