-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
ISSUE :
'cron-quartz' is not a known element:
- If 'cron-quartz' is an Angular component, then verify that it is part of this module.
- If 'cron-quartz' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.ngtsc(-998001)
sbzn.component.ts(4, 16): Error occurs in the template of component SbznComponent.
Steps :
i'm following the exact same steps given in the official document given i'm on the angular v17
import { Bs5QuartzCronModule } from '@sbzen/ng-cron';
// or import { Bs5QuartzCronModule } from '@sbzen/ng-cron';
@NgModule({
imports: [Bs5QuartzCronModule]
})
Add the cron component into your template.
Metadata
Metadata
Assignees
Labels
No labels