deno.land / x / alosaur@v1.1.1 / examples / customdi / services / foo.service.ts

foo.service.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
export class FooService { private name: string = "Foo"; getName(): string { return `My name is ${this.name}`; }
setName(newName: string) { this.name = newName; }}
alosaur

Version Info

Tagged at
a year ago