(fileName: string, position: number)
| 225 | } |
| 226 | |
| 227 | function getTcb(fileName: string, position: number): GetTcbResponse | undefined { |
| 228 | return ngLS.getTcb(fileName, position); |
| 229 | } |
| 230 | |
| 231 | /** |
| 232 | * Given an external template, finds the associated components that use it as a `templateUrl`. |
nothing calls this directly
no test coverage detected
searching dependent graphs…