Skip to content

Fix import paths

Choose a tag to compare

@MichaelMarner MichaelMarner released this 06 Apr 00:38
· 27 commits to master since this release

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.