/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/src/app/demo-app/demo-app.component.html
12 строк
400 B
hawkgs
refactor(devtools): add a demo resource to the demo app
07 фев 2026, 02:09
07 фев 2026, 02:09
ce0f0fe
Код
Авторство
О чём код?
<router-outlet></router-outlet> <app-zippy [title]="getTitle()">This is my content</app-zippy> @defer { <app-heavy></app-heavy> } @placeholder (minimum 5s) { <b>Stuff will be loaded here</b> } <div #elementReference>HTMLElement</div> <div *appStructural>Test Structural Directive</div> <app-sample-properties></app-sample-properties> <app-cookies /> <p>Resource value: {{ demoRsrc.value() }}</p>