angular / 11.2.14 / api / core / abstracttype.html /

AbstractType

interface

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

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

Properties

Property Description
prototype: T

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