Skip to content

Commit

Permalink
Image demo order
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Oct 11, 2023
1 parent a78f5ea commit 64f604f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/app/showcase/pages/image/imagedemo.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Component } from '@angular/core';
import { ImportDoc } from '../../doc/Image/importdoc';
import { StyleDoc } from '../../doc/Image/styledoc';
import { BasicDoc } from '../../doc/Image/basicdoc';
import { TemplateDoc } from '../../doc/Image/templatedoc';
import { AccessibilityDoc } from '../../doc/Image/accessibilitydoc';
import { BasicDoc } from '../../doc/Image/basicdoc';
import { ImportDoc } from '../../doc/Image/importdoc';
import { PreviewDoc } from '../../doc/Image/previewdoc';
import { PreviewImageSourceDoc } from '../../doc/Image/previewimagesourcedoc';
import { StyleDoc } from '../../doc/Image/styledoc';
import { TemplateDoc } from '../../doc/Image/templatedoc';

@Component({
templateUrl: './imagedemo.html'
Expand All @@ -22,19 +22,19 @@ export class ImageDemo {
label: 'Basic',
component: BasicDoc
},
{
id: 'templates',
label: 'Indicator Template',
component: TemplateDoc
},
{
id: 'preview',
label: 'Preview',
component: PreviewDoc
},
{
id: 'templates',
label: 'Indicator',
component: TemplateDoc
},
{
id: 'preview-image-source',
label: 'Preview Image Source',
label: 'Image Source',
component: PreviewImageSourceDoc
},
{
Expand Down

1 comment on commit 64f604f

@vercel
Copy link

@vercel vercel bot commented on 64f604f Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.