docs(core): add full example of directive with typed context (#46689)
This commit adds a complete example of a structural directive with strongly typed context. PR Close #46689
Showing
- aio/content/examples/structural-directives/src/app/app.component.html 12 additions, 0 deletions...examples/structural-directives/src/app/app.component.html
- aio/content/examples/structural-directives/src/app/app.module.ts 2 additions, 0 deletions...tent/examples/structural-directives/src/app/app.module.ts
- aio/content/examples/structural-directives/src/app/trigonometry.directive.ts 43 additions, 0 deletions...s/structural-directives/src/app/trigonometry.directive.ts
- aio/content/guide/structural-directives.md 11 additions, 14 deletionsaio/content/guide/structural-directives.md
Please register or sign in to comment