-
Notifications
You must be signed in to change notification settings - Fork 0
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
Schedule frontend #6
Conversation
✅ Deploy Preview for mypets-geiade ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Its producing this errors:
It seems like the dependency 'moment' you added is messing up with the build. Maybe change the backend for another date format, and then you will be able to simply use 'date'? I see that you are using ZonedDateTime: I used LocalDateTime and didnt have to the 'moment' module: |
@diegogliarte and @pautorne, I will extend the size of the application budget to accommodate this additional dependency. That can be done during development and, later, we can try to optimise the application size. |
# Conflicts: # src/app/app-routing.module.ts # src/app/app.module.ts # src/app/navbar/navbar.component.html
No description provided.