nativescript-community / ui-drawer

NativeScript plugin that allows you to easily add a side drawer (side menu) to your projects.
https://nativescript-community.github.io/ui-drawer/
Apache License 2.0
24 stars 12 forks source link

Angular build fails with latest version 0.1.28 #32

Closed sublime392 closed 6 months ago

sublime392 commented 6 months ago

Updating to version 0.1.28 results in following build error. Pinning to version 0.1.27 is a temporary workaround.

ERROR in ../../node_modules/@nativescript-community/ui-drawer/angular/fesm2022/nativescript-community-ui-drawer-angular.mjs 58:60-81 export 'ɵsetClassDebugInfo' (imported as 'i0') was not found in '@angular/core'

farfromrefug commented 6 months ago

@sublime392 i built it with angular 17. Maybe you need to upgrade angular?

sublime392 commented 6 months ago

@farfromrefug sorry, I didn't think about the fact that I was in my master branch which is still on Angular 15. Works fine on Angular 17.