This repository was archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
Function calls are not supported in decorators but BusyConfig was called. #20
Open
@edjm1971
Description
I'm running under the following configurations
Angular CLI: 6.2.9
Node: 8.9.4
ng-busy: 6.2.0
In following your example with the following code
`@NgModule({
imports: [
...
NgBusyModule.forRoot(new BusyConfig({...`
Running the build ng build --prod results in a build fail stating
Function calls are not supported in decorators but BusyConfig was called.
Is there something I'm missing that ought to be done?
Metadata
Metadata
Assignees
Labels
No labels