added properties
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
export class Document {
|
||||
private body: string;
|
||||
|
||||
constructor() {
|
||||
this.body = "ggg";
|
||||
}
|
||||
|
||||
test() {
|
||||
return "hello";
|
||||
}
|
||||
}
|
||||
export class Document {
|
||||
private body: string;
|
||||
|
||||
constructor() {
|
||||
this.body = "ggg";
|
||||
}
|
||||
|
||||
test() {
|
||||
return "hello";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user