File

test/fixtures/sample-files-extends/src/app/another-component.component.ts

Description

The main component

Implements

OnInit

Metadata

Index

Properties
Methods
Inputs
Outputs

Inputs

itisme
Type : string

Outputs

myoutput

Methods

ngOnInit
ngOnInit()
Returns : void

Properties

Public myprop
import { Component, Input, Output, OnInit } from '@angular/core';

import { InputBase } from './input-base';

/**
 * The main component
 */
@Component({
    selector: 'app-yo',
    template: 'YO'
})
export class AnotherComponent implements OnInit {
    @Input() public itisme: string;

    @Output() public myoutput;

    public myprop;

    ngOnInit() {}
}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""