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

blog(embertimes174): ember-browser-services #918

Merged
merged 1 commit into from
Feb 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/the-ember-times-issue-174.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: The Ember Times - Issue No. 174
authors:
- chris-ng
- the-crowd # replace with real authors from the author folder (add yourself if you're not there)
date: 2021-02-26T00:00:00.000Z
tags:
Expand All @@ -9,7 +10,7 @@ tags:
---

<SAYING-HELLO-IN-YOUR-FAVORITE-LANGUAGE> Emberistas! 🐹

Release of ember-browser-services ⚙️,
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>

---
Expand Down Expand Up @@ -47,14 +48,13 @@ tags:

---

## [4. Section title in sentence case 🐹](section-url)
## [Release of ember-browser-services ⚙️](https://github.com/CrowdStrike/ember-browser-services)

<change section title emoji>
<consider adding some bold to your paragraph>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
The [ember-browser-services](https://github.com/CrowdStrike/ember-browser-services) addon is officially released! The addon provides a collection of [Ember Services](https://guides.emberjs.com/release/services/) that allow for consistent interaction with browser APIs. This provides consistent interaction with browser APIs and easier testing.

<add your name to author list, top and bottom>
<add short title to "SOME-INTRO-HERE">
For tests, you can stub out the Ember Service from ember-browser-services with your own implementation in order to verify the behavior you were testing. Any changes to a service's implementation during a test are discarded after the test finishes, there’s even a shorthand way of doing so using the `setupBrowserFakes` export.

Try out [ember-browser-services](https://github.com/CrowdStrike/ember-browser-services) today by checking out their code on GitHub!

---

Expand Down Expand Up @@ -139,4 +139,4 @@ That's another wrap! ✨

Be kind,

the crowd and the Learning Team
Chris Ng, the crowd and the Learning Team