@ -46,7 +46,7 @@ export interface TabInfo {
|
||||
export class CodeTabsComponent implements OnInit, AfterViewInit {
|
||||
tabs: TabInfo[];
|
||||
|
||||
@Input('linenums') linenums: string;
|
||||
@Input() linenums: string;
|
||||
|
||||
@ViewChild('content') content;
|
||||
|
||||
|
@ -15,7 +15,7 @@ import { DocumentContents } from 'app/documents/document.service';
|
||||
export class DtComponent {
|
||||
|
||||
@Input() on = false;
|
||||
@Input('doc') doc: DocumentContents;
|
||||
@Input() doc: DocumentContents;
|
||||
@Output() docChange = new EventEmitter<DocumentContents>();
|
||||
|
||||
@ViewChild('dt', { read: ElementRef })
|
||||
|
Reference in New Issue
Block a user