W3cubDocs

/Angular

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–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/AbstractType