| 109 | </footer> `, |
| 110 | }) |
| 111 | export class AppComponent implements OnInit { |
| 112 | currentDocument: DocumentContents; |
| 113 | currentDocVersion: NavigationNode; |
| 114 | currentNodes: CurrentNodes = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected