Jake
Results
2
comments of
Jake
@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...
@gdi2290 i just hope this pkg can support angular2