Skip to content

Commit

Permalink
uncomment the demo page (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haemin Park committed Jul 6, 2021
1 parent b985a0f commit 9db7646
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/app/forms/datetime-page/datetime-page.component.html
@@ -1,4 +1,4 @@
<!-- <h3 class="style-header">Date Time</h3>
<h3 class="style-header">Date Time</h3>

<ngx-section class="shadow" [sectionTitle]="'Date Input'">
<h3>Basic</h3>
Expand Down Expand Up @@ -411,12 +411,4 @@ <h3>Min/Max Dates</h3>
(change)="dateChanged($event)"
>
</ngx-date-time>
</ngx-section> -->

<ngx-date-time
name="calendar-input3"
hint="Default is invalid"
[(ngModel)]="invalidDate"
(change)="dateChanged($event)"
>
</ngx-date-time>
</ngx-section>

0 comments on commit 9db7646

Please sign in to comment.