After upgrading @fabric-msft/fabric-angular from 1.0.0-beta to 1.0.4-beta (also tried 1.0.4-beta.1), we get the following error when trying to import a module
import { LoadingButtonProxyModule } from '@fabric-msft/fabric-angular';
Cannot find module '@fabric-msft/fabric-angular' or its corresponding type declarations.
From the docs page I found a Stackblitz example here which has the same issue with the most recent version.
This issue is related to another package which is not included in this workload sample.
Kindly contact the owners of this package for further support - @fabric-msft/fabric-angular
After upgrading
@fabric-msft/fabric-angular
from1.0.0-beta
to1.0.4-beta
(also tried1.0.4-beta.1
), we get the following error when trying to import a moduleFrom the docs page I found a Stackblitz example here which has the same issue with the most recent version.