Open FernandoManoelAlmeida opened 7 years ago
I found this fork working well.
@FernandoManoelAlmeida thanks for sharing, tixif-ngx-busy is working
@FernandoManoelAlmeida Thanks for sharing * 2. You saved my time. tixif-ngx-busy is working.
Yep,
tixif-ngx-busy is working well!!
Thanks!
@FernandoManoelAlmeida thanks , its working.
tixif-ngx-busy seems not working anymore :(
@FernandoManoelAlmeida thanks.
tixif-ngx-busy its working
@osixia its working
@diandsonc oh yes indeed it works, i was using --build-optimizer.
But with --build-optimizer i have this error:
Cannot resolve all parameters for 'Parser'(?). Make sure that all the parameters are decorated with Inject or have valid type annotations and that 'Parser' is decorated with Injectable.
busy.component.ngfactory.ts:56
@osixia send your code
on Module.ts
import { BusyModule } from 'tixif-ngx-busy'
imports: [BusyModule.forRoot(busyConfig)
on Component.ts
public loading: Subscription;
this.loading = this._authService.login(data).subscribe
on Component.html
<div [ngBusy]="{busy: [loading]}"></div>
For some reason this happens when I use Prod Mode (ng build --prod):
My configs. Package:
app.module:
app.routes:
dashboard.module:
DEFAULT_CONFIG:
Some help?