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

[WIP] Adding i18n support to the client. #94

Closed
wants to merge 1 commit into from
Closed

Conversation

ordavidil
Copy link
Contributor

#76

title: string = 'op works!';

constructor(public translate: TranslateService) {
// use navigator lang if available
Copy link
Member

@nirgn975 nirgn975 Jun 7, 2016

Choose a reason for hiding this comment

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

@ordavidil
Implements OnInit.
Import OnInit from '@angular/core', add the implements OnInit interface, and move all this logic to ngOnInit function [Style 09-01]. There shouldn't be any logic in the constructor.

@nirgn975 nirgn975 changed the title WIP: Adding i18n support to the client. [WIP] Adding i18n support to the client. Jul 11, 2016
@nirgn975 nirgn975 assigned nirgn975 and unassigned ordavidil Jul 26, 2016
@nirgn975 nirgn975 closed this Aug 8, 2016
@nirgn975 nirgn975 deleted the 76-clien-i18n branch August 8, 2016 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants