I want to know about the @() this expression. What is the use of its
import...
@()
@Directive()
@Component({
...
})
export class ...{
}
I want to know about the @() this expression. What is the use of its
import...
@()
@Directive()
@Component({
...
})
export class ...{
}