* Retrieve the TypeScript program used to produce semantic diagnostics and emit the sources. * * Angular structural information is required to produce the program.
()
| 182 | * Angular structural information is required to produce the program. |
| 183 | */ |
| 184 | getTsProgram(): ts.Program; |
| 185 | |
| 186 | /** |
| 187 | * Retrieve options diagnostics for the TypeScript options used to create the program. This is |
no outgoing calls
no test coverage detected