(ampdoc)
| 341 | * @param {!./ampdoc-impl.AmpDoc} ampdoc |
| 342 | */ |
| 343 | export function installTemplatesServiceForDoc(ampdoc) { |
| 344 | registerServiceBuilderForDoc(ampdoc, 'templates', Templates); |
| 345 | } |
| 346 | |
| 347 | /** |
| 348 | * Registers an extended template. This function should typically be called |
no test coverage detected