We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 plz i need so much
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
@jakechan2012 what should be updated? I can update it now to Angular 2
@gdi2290 i just hope this pkg can support angular2
@jakechan2012 would you be okay with the npm namespace @angularclass/md5?
@angularclass/md5
PatrickJS
No branches or pull requests
how to integrate angular-md5 in angular 2 typscript plz i need so much
The text was updated successfully, but these errors were encountered: