initialisation du calendrier
This commit is contained in:
parent
cce97527b5
commit
4f624bf33f
3 changed files with 24 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ import { PageHumeurComponent } from './pages/page-humeur/page-humeur.component';
|
|||
import { FooterComponent } from './components/footer/footer.component';
|
||||
import { PageDeleteAccountComponent } from './pages/page-delete-account/page-delete-account.component';
|
||||
import { PageUpdateAccountComponent } from './pages/page-update-account/page-update-account.component';
|
||||
import { DayPilot, DayPilotModule } from "@daypilot/daypilot-lite-angular";
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
|
@ -85,6 +86,7 @@ import { PageUpdateAccountComponent } from './pages/page-update-account/page-upd
|
|||
HttpClientModule,
|
||||
FormsModule,
|
||||
AutofocusFixModule.forRoot(),
|
||||
DayPilotModule
|
||||
],
|
||||
providers: [
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue