krakenjs / zoid

Cross domain components
Apache License 2.0
2.01k stars 248 forks source link

Uncaught TypeError: AngularComponent(...).Class is not a function (Angular 5+ removed ES5 DSL) #216

Open unlight opened 5 years ago

unlight commented 5 years ago
zoid@9.0.6
angular@7

Angular2 Driver does not work with Angular5+

https://github.com/angular/angular/commit/cac130eff9b9cb608f2308ae40c42c9cd1850c4d#diff-635fe23be5795132e3385c8f4899dc3a

need to use static properties annotations and parameters https://stackoverflow.com/a/47731407

Xbloud commented 4 years ago

Is it possible to fix that without changing source code of zoid? Or can you change it in zoid, please?