mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-16 22:45:30 +01:00
feat: add calendar with week numbers example (#5515)
This commit is contained in:
parent
90125abf92
commit
32422579d9
3 changed files with 17 additions and 17 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<span class="subtitle">
|
||||
Selected date: {{ date | date }}
|
||||
</span>
|
||||
<nb-calendar [(date)]="date" [boundingMonth]="true"></nb-calendar>
|
||||
<nb-calendar [(date)]="date" [boundingMonth]="true" showWeekNumber></nb-calendar>
|
||||
</div>
|
||||
<div class="calendar-container">
|
||||
<span class="subtitle">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue