Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angular throws error #29

Open
srivastavaanurag79 opened this issue Jan 31, 2022 · 1 comment
Open

angular throws error #29

srivastavaanurag79 opened this issue Jan 31, 2022 · 1 comment

Comments

@srivastavaanurag79
Copy link

Error: node_modules/color-calendar/dist/index.d.ts:1:141 - error TS2307: Cannot find module './types.d' or its corresponding type declarations.

import { CalendarSize, LayoutModifier, CalendarOptions, EventData, Day, MonthDisplayType, WeekdayDisplayType, Weekdays, StartWeekday } from "./types.d";

image

@srivastavaanurag79
Copy link
Author

this file types.d is missing in the node_modules when installing the package, adding this file in the installation script would fix it. I fixed mine with it now it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant