File

src/app/shared/models/donothing.model.ts

Index

Properties
Methods

Properties

aname
Type : string

Methods

doNothing
doNothing()
Returns : void
import { Nothing } from '../decorators/nothing.decorator';
import { LogClass } from '../decorators/log.decorator';

@Nothing()
export class DoNothing {
    aname: string;
    doNothing() {
        // nothing here
    }
}

results matching ""

    No results matching ""