ng2-appinsights
Version:
App Insights module for Angular 2.0.x
6 lines (5 loc) • 335 B
TypeScript
export { AppInsightsErrorHandler } from './appinsights/errorhandler';
export { AppInsightsModule } from './appinsights/appinsights.module';
export { AppInsightsService } from './appinsights/appinsights.service';
export { SeverityLevel } from './appinsights/severitylevel';
export { Config } from './appinsights/config.interface';