4 lines
201 B
Markdown
4 lines
201 B
Markdown
|
Angular's `<ng-template>` element defines a template that doesn't render anything by default.
|
||
|
|
||
|
With `<ng-template>`, you can render the content manually for full control over how the content displays.
|