p.location-badge.
exported from angular2/metadata
defined in angular2/src/core/util/decorators.ts (line 1)
:markdown
Annotations provide the additional information that Angular requires in order to run your
application. This module
contains ComponentMetadata
, DirectiveMetadata
, and ViewMetadata
annotations, as well as
the Host
annotation that is used by Angular to resolve dependencies.
.l-main-section
h2 Members
.l-sub-section
h3 extends?
:markdown
Optional argument for specifying the superclass.
.l-sub-section
h3 constructor
:markdown
Required constructor function for a class.
The function may be optionally wrapped in an `Array`, in which case additional parameter
annotations may be specified.
The number of arguments and the number of parameter annotations must match.
See Class
for example of usage.