Thanks for your reply.
Now I'm getting the below error.
Uncaught Error: Type DayPilotModule does not have 'ɵmod' property.
at getNgModuleDef (vendor.js:71913:15)
at recurse (vendor.js:92587:21)
at recurse (vendor.js:92598:17)
at registerNgModuleType (vendor.js:92583:5)
at new NgModuleFactory (vendor.js:92705:13)
at compileNgModuleFactory (vendor.js:96742:27)
at PlatformRef.bootstrapModule (vendor.js:96987:16)
at 4431 (main.js:897:74)
at __webpack_require__ (runtime.js:23:42)
at __webpack_exec__ (main.js:905:48)
I added this to my module. I added in export also but got the same error.
@NgModule({
declarations: [
AppComponent,
HeaderComponent,
SidebarComponent,
DashbaordComponent,
ProjectsComponent,
ProjectDetailsComponent,
],
imports: [
BrowserModule,
AppRoutingModule,
NgbModule,
DayPilotModule
],