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

feat(): add DateUtil service #4

Merged
merged 1 commit into from
Apr 10, 2016
Merged

Conversation

thielpa
Copy link
Collaborator

@thielpa thielpa commented Apr 10, 2016

add DateUtil service


@Injectable()
export class BackendConnector {

private BACKEND_URL = 'https://vpbackend.herokuapp.com';

constructor(@Inject(Http) private http: Http) {
constructor(@Inject(Http) private http: Http,
private dateUtil: DateUtil) {
Copy link
Owner

Choose a reason for hiding this comment

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

The Inject decorator is missing.

fix(): add missing inject decorator
@thielpa thielpa force-pushed the feat/add-dateUtil-service branch from 94c1493 to 524e78f Compare April 10, 2016 12:07
@devversion devversion merged commit 8dfe960 into master Apr 10, 2016
@thielpa thielpa deleted the feat/add-dateUtil-service branch April 10, 2016 12:22
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.

2 participants