Skip to content

Commit

Permalink
feat(docs): remove title property from example viewer component (#2625)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Nov 28, 2023
1 parent 7893fcf commit bcab5c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<design-land-code-preview [title]="title" [example]="selectedExample$ | async" [hideContent]="hideContent"></design-land-code-preview>
<design-land-code-preview [example]="selectedExample$ | async" [hideContent]="hideContent"></design-land-code-preview>
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ import { CodeExampleService } from '../service/code-example.service';
templateUrl: './example-viewer.component.html',
})
export class DesignLandExampleViewerContainer implements OnInit {
/**
* The title of the example
*/
@Input() title: string;

/**
* The lookup name of the example
*/
Expand Down

0 comments on commit bcab5c9

Please sign in to comment.