angular-spinners icon indicating copy to clipboard operation
angular-spinners copied to clipboard

A library for easily managing loading spinners in complex Angular2+ applications.

Results 6 angular-spinners issues
Sort by recently updated
recently updated
newest added

Provide a solution for this issue. ERROR in ../@chevtek/angular-spinners/src/spinner.module.ts(6,2): Error during template compile of 'SpinnerModule' Function calls are not supported in decorators in 'NgModule' 'NgModule' calls a function at ../@angular/core/core.ts(194,50).

Getting this error when trying to install and use Spinners. Tried removing all npm modules and re-installing. Module was correctly added to app.module.ts. Removing Spinners from the app > app...

I am following all the steps specified in the README file **This library works with Angular 5.2.0?** Below my environment: Angular CLI: 1.6.4 Node: 7.10.1 OS: win32 x64 Angular: 5.2.0...

I have include your module in my project like descripted. When I try to run run build --aot I get the error > ERROR in @chevtek/angular-spinners/src/spinner.module.ts(6,2): Error during template compile...

Hi, I got this error when using Dialog and angular-spinners module. ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'false'. Current value: 'true'. at viewDebugError (core.es5.js:8434)...

Update package dependencies to support angular v5+ ``` npm WARN [email protected] requires a peer of @angular/core@^2.4.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN...