CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)

Home Page:https://angular2-tree.readme.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 12 not supported

tarangrathod opened this issue · comments

getting this error while upgrading to angular V12
image

Minimal reproduction of the bug/regression with instructions:

on angular 11.xx version run command ng update @angular/core@12 @angular/cli@12

+1

hi @tarangrathod @kwbonte @Salzy @lordantonelli @tanMARIS @alex-oko @amelnikoff @Melmoth-the-Wanderer @miaucl BugSplat has forked this project updated it to Angular 13 and has published a version of the fork to npm.

@bobbyg603 it seems the merge has been blocked #942 please update me if i am wrong.

@tarangrathod i have not been able to get in touch with the maintainer. There’s a link to the forked package on npm in my previous post.

Is the BugSplat fork compatible with Angular 16? I am getting a Error: Package path ./css/angular-tree-component.css is not exported from package when trying to test the fork.

Is the BugSplat fork compatible with Angular 16? I am getting a Error: Package path ./css/angular-tree-component.css is not exported from package when trying to test the fork.

I couldn't figure out how to fix this issue directly, but you can easily workaround it by just pointing to the path in node_modules. It's something like @import '../node_modules/@bugsplat/angular-tree-component/css/angular-tree-component.css'; where the actual path will be different based on your project's file system layout.

Is the BugSplat fork compatible with Angular 16? I am getting a Error: Package path ./css/angular-tree-component.css is not exported from package when trying to test the fork.

I couldn't figure out how to fix this issue directly, but you can easily workaround it by just pointing to the path in node_modules. It's something like @import '../node_modules/@bugsplat/angular-tree-component/css/angular-tree-component.css'; where the actual path will be different based on your project's file system layout.

Don't work for me.
But it might help if you add
"./css/angular-tree-component.css": { "style": "./css/angular-tree-component.css" },
to package.json - section "exports"