Skip to content

Commit

Permalink
Fixed #17004 | v18 documentation: StackBliltz option missing from demos
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Dec 17, 2024
1 parent dd92f22 commit 4c1fdbe
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 100 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/components/doc/app.code.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class AppCodeComponent {

@Input({ transform: booleanAttribute }) hideCodeSandbox: boolean = true;

@Input({ transform: booleanAttribute }) hideStackBlitz: boolean = true;
@Input({ transform: booleanAttribute }) hideStackBlitz: boolean = false;

@Input({ transform: booleanAttribute }) importCode: boolean = false;

Expand Down
Loading

0 comments on commit 4c1fdbe

Please sign in to comment.