Skip to content

Commit

Permalink
Adding the NgbDatepickerModule import.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigokamada committed Sep 7, 2024
1 parent eb239c7 commit bf2d0f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { Component } from '@angular/core';
import { RouterOutlet } from '@angular/router';
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
import { NgbModal, NgbDatepickerModule } from '@ng-bootstrap/ng-bootstrap';

@Component({
selector: 'app-root',
standalone: true,
imports: [
RouterOutlet,
NgbDatepickerModule,
],
templateUrl: './app.component.html',
styleUrl: './app.component.scss',
Expand Down

0 comments on commit bf2d0f0

Please sign in to comment.