You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently running Angular 7.2.7 and CLI version 7.3.4
I get the following error when including this in my app module root upon attempting to run the application:
ERROR in Error during template compile of 'AppModule'
Function calls are not supported in decorators but 'InjectionToken' was called in 'AbTestsModule'
'AbTestsModule' references 'CONFIG'
'CONFIG' calls 'InjectionToken' at ../angular-ab-tests/angular-ab-tests.ts(4,27).
This is followed up by repeat ambient errors like:
node_modules/angular-ab-tests/node_modules/@angular/core/core.d.ts(1088,18): error TS1086: An accessor cannot be declared in an ambient context.
The text was updated successfully, but these errors were encountered:
Currently running Angular 7.2.7 and CLI version 7.3.4
I get the following error when including this in my app module root upon attempting to run the application:
This is followed up by repeat ambient errors like:
The text was updated successfully, but these errors were encountered: