(context: BootstrapContext)
| 265 | ]; |
| 266 | |
| 267 | const bootstrap = (context: BootstrapContext) => |
| 268 | bootstrapApplication(component, {providers}, context); |
| 269 | |
| 270 | return await renderApplication(bootstrap, { |
| 271 | document: options?.doc ?? defaultHtml, |
no test coverage detected
searching dependent graphs…