-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: add ScreenOrientationService
#226
Conversation
f4b2898
to
3a9598e
Compare
Codecov Report
@@ Coverage Diff @@
## main #226 +/- ##
==========================================
+ Coverage 88.76% 88.84% +0.08%
==========================================
Files 204 204
Lines 1210 1210
Branches 130 130
==========================================
+ Hits 1074 1075 +1
+ Misses 110 109 -1
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
3a9598e
to
e08ec33
Compare
Visit the preview URL for this PR (updated for commit 8ee228f): https://ng-web-apis-common--pr226-splincode-feat-scree-eikrbo0x.web.app (expires Tue, 24 Oct 2023 13:36:10 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a9d81cd8541a1a45fa12e730c551222bb3d5ceb9 |
4f84c1c
to
a08d452
Compare
655d219
to
1e75311
Compare
@@ -0,0 +1,11 @@ | |||
export const SAMPLE_TS = `import {Inject} from '@angular/core'; |
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.
Inject not used
49045b8
to
5ccbb30
Compare
5ccbb30
to
8ee228f
Compare
PR Type
What kind of change does this PR introduce?