We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb239c7 commit bf2d0f0Copy full SHA for bf2d0f0
1 file changed
src/app/app.component.ts
@@ -1,12 +1,13 @@
1
import { Component } from '@angular/core';
2
import { RouterOutlet } from '@angular/router';
3
-import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
+import { NgbModal, NgbDatepickerModule } from '@ng-bootstrap/ng-bootstrap';
4
5
@Component({
6
selector: 'app-root',
7
standalone: true,
8
imports: [
9
RouterOutlet,
10
+ NgbDatepickerModule,
11
],
12
templateUrl: './app.component.html',
13
styleUrl: './app.component.scss',
0 commit comments