Skip to content

Commit

Permalink
Fixed #16797 | Component: FloatLabel and IftaLabel (v18) documentatio…
Browse files Browse the repository at this point in the history
…n lacks "Features" tab
  • Loading branch information
mehmetcetin01140 committed Nov 26, 2024
1 parent b79ba98 commit 6254365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/pages/floatlabel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Component } from '@angular/core';
@Component({
standalone: true,
imports: [FloatLabelDocModule],
template: ` <app-doc docTitle="Angular Float Label Component" header="FloatLabel" description="FloatLabel appears on top of the input field when focused." [docs]="docs" themeDocs="floatlabel"></app-doc> `
template: ` <app-doc docTitle="Angular Float Label Component" header="FloatLabel" description="FloatLabel appears on top of the input field when focused." [docs]="docs" themeDocs="floatlabel" [apiDocs]="['FloatLabel']"></app-doc> `
})
export class FloatLabelDemo {
docs = [
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pages/iftalabel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Component } from '@angular/core';
@Component({
standalone: true,
imports: [IftaLabelDocModule],
template: ` <app-doc docTitle="Angular Ifta Label Component" header="IftaLabel" description="IftaLabel is used to create infield top aligned labels." [docs]="docs" themeDocs="iftalabel"></app-doc> `
template: ` <app-doc docTitle="Angular Ifta Label Component" header="IftaLabel" description="IftaLabel is used to create infield top aligned labels." [docs]="docs" themeDocs="iftalabel" [apiDocs]="['IftaLabel']"></app-doc> `
})
export class IftaLabelDemo {
docs = [
Expand Down

0 comments on commit 6254365

Please sign in to comment.