标签: javascript angular typescript
我正在查看documentation角,并看到了
@Directive({selector: 'pane'}) export class Pane { @Input() id !: string; }
!:声明是什么意思?