Version
class
npm Package | @angular/core |
---|---|
Module | import { Version } from '@angular/core'; |
Source | core/src/version.ts |
Overview
class Version { constructor(full: string) full: string get major: string get minor: string get patch: string }
Constructor
constructor(full: string)
Members
full: string
get major: string
get minor: string
get patch: string
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/core/Version