Fix import paths
Just a minor fix for importing the module. You can now do:
import { RollbarModule, RollbarService } from 'angular-rollbar';And the import will actually resolve. Thanks to @jbehuet for reporting the issue.
Just a minor fix for importing the module. You can now do:
import { RollbarModule, RollbarService } from 'angular-rollbar';And the import will actually resolve. Thanks to @jbehuet for reporting the issue.