mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fixes #31186. This commit adds more context about the behavior of template reference variables in nested templates and moves doc into concepts section. PR Close #31195
14 lines
175 B
CSS
14 lines
175 B
CSS
h3 {
|
|
font-weight: 700;
|
|
}
|
|
|
|
pre, .wrapper {
|
|
background-color: rgb(240, 250, 250);
|
|
padding: 1rem;
|
|
border: 1px solid #444;
|
|
}
|
|
|
|
input {
|
|
margin: .5rem;
|
|
padding: .5rem;
|
|
}
|