What is the purpose of "@()" empty decorator and how to avoid the errors about this?

Viewed 27

I want to know about the @() this expression. What is the use of its

import...

@()
@Directive()
@Component({
...
})
export class ...{

}
0 Answers
Related