I wanted to try your library, but I have trouble getting it to work.
I am on Angular 21.
So first, the installation instruction is a bit confusing.
What package do I install now for angular?
@shimmer-from-structure/angular
or
shimmer-from-structure
or both?
Nevertheless, then I can only import
import { ShimmerComponent } from '@shimmer-from-structure/angular/src/shimmer.component';
because importing from
import { ShimmerComponent } from '@shimmer-from-structure/angular';
gives me
´TS2307: Cannot find module @shimmer-from-structure/angular or its corresponding type declarations.´
thanks for your help
I wanted to try your library, but I have trouble getting it to work.
I am on Angular 21.
So first, the installation instruction is a bit confusing.
What package do I install now for angular?
@shimmer-from-structure/angular
or
shimmer-from-structure
or both?
Nevertheless, then I can only import
import { ShimmerComponent } from '@shimmer-from-structure/angular/src/shimmer.component';because importing from
import { ShimmerComponent } from '@shimmer-from-structure/angular';gives me
´TS2307: Cannot find module @shimmer-from-structure/angular or its corresponding type declarations.´
thanks for your help