mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: enhance spacings in component overview section examples (#43241)
PR Close #43241
This commit is contained in:
parent
9f4cbac612
commit
1952bf0961
1 changed files with 4 additions and 4 deletions
|
|
@ -4,12 +4,12 @@ import { Component } from '@angular/core';
|
|||
// #docregion templatebacktick
|
||||
@Component({
|
||||
selector: 'app-component-overview',
|
||||
template: `<h1>Hello World!</h1>
|
||||
<p>This template definition spans
|
||||
multiple lines.</p>`
|
||||
template: `
|
||||
<h1>Hello World!</h1>
|
||||
<p>This template definition spans multiple lines.</p>
|
||||
`
|
||||
})
|
||||
// #enddocregion templatebacktick
|
||||
|
||||
export class ComponentOverviewComponent {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue