12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
class A {
|
|
@dec prop: string
|
|
@dec @dec2 prop2: string
|
|
@dec static staticProp: number
|
|
@called() service: Service
|
|
ignored: boolean
|
|
}
|
|
|
|
@Service()
|
|
export class B {
|
|
@Service() remote!: Service
|
|
} |