mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-30 20:13:11 +00:00
10 lines
340 B
HTML
10 lines
340 B
HTML
<ng-content></ng-content>
|
|
|
|
<!-- @formatter:off -->
|
|
<ng-template let-highlightedCode="highlightedCode" let-lang="lang">
|
|
<div class="fuse-highlight fuse-highlight-code-container">
|
|
<pre [ngClass]="'language-' + lang"><code [ngClass]="'language-' + lang" [innerHTML]="highlightedCode"></code></pre>
|
|
</div>
|
|
</ng-template>
|
|
<!-- @formatter:on -->
|