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

how to integrate angular-md5 in angular 2 typscript? #12

Open
maxto024 opened this issue May 18, 2016 · 4 comments
Open

how to integrate angular-md5 in angular 2 typscript? #12

maxto024 opened this issue May 18, 2016 · 4 comments
Assignees

Comments

@maxto024
Copy link

maxto024 commented May 18, 2016

how to integrate angular-md5 in angular 2 typscript plz i need so much

@jakechan2012
Copy link

@maxto024 you can create a MD5 service by yourself temporary like this:

import { Injectable }    from '@angular/core';

@Injectable()
export class MD5Service {
  createHash(str: string): string {
    // @gdi2290 's code here
  }
}

Finally, I hope the author @gdi2290 can update this pkg

@PatrickJS
Copy link
Owner

@jakechan2012 what should be updated? I can update it now to Angular 2

@PatrickJS PatrickJS self-assigned this Jun 20, 2016
@jakechan2012
Copy link

@gdi2290 i just hope this pkg can support angular2

@PatrickJS
Copy link
Owner

@jakechan2012 would you be okay with the npm namespace @angularclass/md5?

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

No branches or pull requests

3 participants