AbstractType

From Get docs
< @angular/coreAngular/docs/9/api/core/abstracttype


AbstractType

interface

Represents an abstract class T, if applied to a concrete class it would stop being instantiatable.

interface AbstractType<T> extends Function {
  prototype: T
}

Properties

Property Description
prototype: T


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v9.angular.io/api/core/AbstractType