test/fixtures/sample-files-extends/src/app/maclass.ts
Properties |
|
Methods |
Public myproperty |
meh |
meh()
|
Returns :
string
|
export class SubClassA {
meh() {
return 'abc123';
}
public myproperty;
}