mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a49ee46dae
This adds the new block syntax to dgeni docs pipeline, mainly copying the way that elements (`<ng-content>` etc.) work. Actual doc content is just a placeholder for this PR. PR Close #52123
199 B
199 B
Control flow block used to conditionally render content in the DOM.
@syntax
@if ( <condition> ) {
<!-- conditional template fragment -->
}
@description This is the full description.