mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
add a new component that includes a small signal graph and explicitly calls .set on a signal. PR Close #62749
7 lines
276 B
HTML
7 lines
276 B
HTML
<router-outlet></router-outlet>
|
|
<app-zippy [title]="getTitle()">This is my content</app-zippy>
|
|
<app-heavy></app-heavy>
|
|
<div #elementReference>HTMLElement</div>
|
|
<div *appStructural>Test Structural Directive</div>
|
|
<app-sample-properties></app-sample-properties>
|
|
<app-cookies />
|