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
Hello, Is the lib supported in Angular 6 because I am observing issues ? Steps to reproduce the issue:
zlib.deflate(text, cb);
Actual behavior (issues):
p.s. I use pako for the deflation without any issues, however, the above is still valid for this lib.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Is the lib supported in Angular 6 because I am observing issues ?
Steps to reproduce the issue:
package.json:
...
"@angular/common": "6.1.10",
...
"@angular/cli": "6.2.6",
"zlibjs": "0.3.1"
...
mycomponent.ts:
//var zlib = require("zlibjs");
import * as zlib from "zlibjs";
zlib.deflate(text, cb);
Actual behavior (issues):
p.s. I use pako for the deflation without any issues, however, the above is still valid for this lib.
The text was updated successfully, but these errors were encountered: