_deprecated_n_w

Results 8 comments of _deprecated_n_w

Guys, try transform-origin: 0px 0px;

Yes, we have the same issue (v1.4.0)

This fix works for me... `if (!element) { return; }...` P.S. I had to fork v1.4.0.

Guys, I don't know wtf, but in my react/redux based project there is a workaround: you must declare your mask array as **a static instance** (one instance within a js...

You must remove the dependencies "ts-metadata-helper" & "angular2-dynamic-component" from your package, because "angular2-dynamic-component": "1.0.5" is not compatible with "angular2-dynamic-component": "0.0.50" and they are included as dependencies { "name": "angular2-busy", ......

Try specify extension explicitly 'core-js/es6/reflect': 'npm:core-js/es6/reflect.js', 'core-js/es7/reflect': 'npm:core-js/es7/reflect.js'

We must not provide Compiler as JitCompiler. Instead we must provide and inject the Compiler2 extends Compiler. Provide: Compiler2, usefactory: ...