Closed doender closed 7 years ago
@doender I will look into it when I get some time, for now in your app.module add this import and add LogglyService to your list of providers and that should resolve that error.
import { LogglyService } from 'ngx-loggly-logger/dist/src/loggly.service';
I noticed I could fix it by calling the forRoot()
function (imports: [NgxLogglyModule.forRoot()]
)
@doender Nice thanks for the info.
Using Angular 4 and ngx-loggly-logger 4, and following the new instructions, I get the following error: