Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

docs(ts): translation of guide server-communication #81

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

feloy
Copy link
Contributor

@feloy feloy commented Sep 18, 2016

Thank you for submitting this PR...

Please check if the PR fulfills these requirements

Please provide the issue number?

issue #28

Did you finish translating the whole issue?

  • no (pr_state: WIP)
  • yes (pr_state: PLEASE_REVIEW)

What kind of change does this PR introduce? (check one with "x")

  • Translation
  • Other... Please describe:

Other information:

.l-sub-section
:marked
The [`WebSocket`](https://tools.ietf.org/html/rfc6455) protocol is another important communication technology;
we won't cover it in this chapter.

Le protocole [`WebSocket`](https://tools.ietf.org/html/rfc6455) est une autre technologie de communication importante :
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Une virgule à la place des : ?

+makeExample('server-communication/ts/app/app.component.ts', 'import-rxjs')(format='.')
:marked
We'll talk about that [below](#rxjs) when we're ready to explore observables.

Nous en parlerons [plus bas](#rxjs) lorsque nosu serons prêts pour étudier les observables.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plus => ci-dessous
lorsque nous

We use the !{_Angular_Http} client to communicate with a server using a familiar HTTP request/response protocol.
The `!{_Http}` client is one of a family of services in the !{_Angular_http_library}.

Nous utilisons le client !{_Angular_Http_fr} pour communiquer avec un serveur en utilisant un protocole HTTP
de question/réponse habituel.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

questions/réponses On le met généralement au pluriel. Mais je pense pas que ce soit obligatoire.

:marked
Before we can use the `!{_Http}` client , we'll have to register it as a service provider with the Dependency Injection system.

Avant de pouvoir utiliser le client `!{_Http}`, nous devons l'enregistrer en tant que fournisseur de service
à l'aide du système d'Injection de Dépendance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dépendances

@actimeo
Copy link

actimeo commented Sep 22, 2016

Corrigé, merci.

@manekinekko
Copy link
Contributor

@frinyvonnick as-tu fini la relecture?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants