Version

class

npm Package @angular/core
Module import { Version } from '@angular/core';
Source core/src/version.ts

Represents the version of Angular

Overview

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

Constructor

constructor(full: string)

Members

get major: string

get minor: string

get patch: string

full: string

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/Version