-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ft/show prompt of update #357
base: main
Are you sure you want to change the base?
Conversation
View your CI Pipeline Execution ↗ for commit 738df53.
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Pamella014
Thanks for making the changes to isolate the code in a service, I think overall is looking in a good state. See a few minor comments inline that it would be good to tidy up, and after that I will try to get a testing version deployed so we can confirm if behaves as expected
apps/picsa-tools/extension-content/src/app/pages/home/extension-home.component.ts
Outdated
Show resolved
Hide resolved
Thank you @chrismclarke for the feedback. I will review and make the necessary changes. Should i create a new pr once i am done? |
@chrismclarke |
Description
Created an app update service that can be accessed anywhere in the app and then i imported it into the main extension app entry component.
closes #348