File

test/fixtures/sample-files-extends/src/app/input-base.ts

Index

Properties
  • Public id
Methods
Inputs
Outputs

Properties

Public id
Type : string
Default value : 'yo'

Methods

Public thefx
thefx()
Returns : void

Inputs

externalLabel
Type : string

Outputs

theoutput
import { Input, Output } from '@angular/core';

export class InputBase {
    public id = 'yo';

    public thefx() {}

    @Input() public externalLabel: string;

    @Output() public theoutput;
}

results matching ""

    No results matching ""