Git Product home page Git Product logo

Comments (15)

vkurko avatar vkurko commented on May 29, 2024

Hi @Rohit-webinventiv

Could you prepare a JS Bin (or JSFiddle, etc) example please, so that I can reproduce the issue?

Thanks

from calendar.

Rohit-webinventiv avatar Rohit-webinventiv commented on May 29, 2024

we are trying to integrate in angular

from calendar.

vkurko avatar vkurko commented on May 29, 2024

I'm sorry, but without being able to reproduce the issue, I won't be able to help you. The calendar seems to be fine, and the problem is probably in your third-party code.

from calendar.

Rohit-webinventiv avatar Rohit-webinventiv commented on May 29, 2024

can you suggest some of the point because of which I am facing these issue, So that I can troubleshoot those points.

from calendar.

vkurko avatar vkurko commented on May 29, 2024

Well, I would compare the actual events with the expected ones. You can get the actual events with the getEvents() method.

from calendar.

Rohit-webinventiv avatar Rohit-webinventiv commented on May 29, 2024

Hello vkurko,
I am trying to create the demo, so that you can check but event calendar is not getting installed below is the link where I am trying to create demo.

https://stackblitz.com/edit/node-5hyjh3?file=angularcalendar%2Fsrc%2Fapp%2Fapp.component.html,angularcalendar%2Fsrc%2Fapp%2Fapp.component.ts

from calendar.

vkurko avatar vkurko commented on May 29, 2024

event calendar is not getting installed

Maybe because this package.json is used and it is empty?

from calendar.

Rohit-webinventiv avatar Rohit-webinventiv commented on May 29, 2024

can you please check in angularcalendar1 directory there i have installed all the required modules, please check the code in app.component.ts file that i'm using in my app.

Package .json is not empty
{
"name": "angularcalendar",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.0",
"@angular/common": "^14.1.0",
"@angular/compiler": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/forms": "^14.1.0",
"@angular/platform-browser": "^14.1.0",
"@angular/platform-browser-dynamic": "^14.1.0",
"@angular/router": "^14.1.0",
"@event-calendar/day-grid": "^0.11.2",
"@event-calendar/list": "^0.11.2",
"@event-calendar/resource-time-grid": "^0.11.2",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.1",
"@angular/cli": "~14.1.1",
"@angular/compiler-cli": "^14.1.0",
"@event-calendar/core": "^0.11.2",
"@event-calendar/time-grid": "^0.11.2",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.7.2"
}
}

from calendar.

vkurko avatar vkurko commented on May 29, 2024

I don't see anything strange in app.component.ts. I hope you'll manage to run the project so that we can reproduce the issue.

from calendar.

Rohit-webinventiv avatar Rohit-webinventiv commented on May 29, 2024

we are trying but the library is installed still getting error module not found can you please check

from calendar.

vkurko avatar vkurko commented on May 29, 2024

I think the project uses the package.json from the root directory, not yours. Maybe you need to move all your files out of the angularcalendar directory or you may want to try cd angularcalendar && npm i && npm run start. You'd better refer to the StackBlitz documentation.

As for the Event Calendar, I don't see any problem with how you initialize it.

from calendar.

Rohit-webinventiv avatar Rohit-webinventiv commented on May 29, 2024

Thanks for y help, I have updated the version of calendar after updation previous error get resolved.

from calendar.

Rohit-webinventiv avatar Rohit-webinventiv commented on May 29, 2024

But now eventClick: (eventClickInfo) => {

} function is not working

from calendar.

vkurko avatar vkurko commented on May 29, 2024

This was recently discussed in #52 and everything should work.

from calendar.

vkurko avatar vkurko commented on May 29, 2024

I hope I can close this issue.

from calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.