File

test/fixtures/sample-files-extends/src/app/a.directive.ts

Description

The a directive

Metadata

Index

Properties

Constructor

constructor()

constructor description

Properties

title
Type : string
import { Directive, HostBinding, HostListener, Input } from '@angular/core';

/**
 * The a directive
 */
@Directive({
    selector: '[a]',
})
export class ADirective {
    title: string;

    /**
     * constructor description
     */
    constructor() {}
}

results matching ""

    No results matching ""