7.1.0 • Published 5 years ago

@bizappframework/ng-application-insights-configuration v7.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

ng-application-insights-configuration

npm version Gitter

Contains configuration loader module for @bizappframework/ng-application-insights.

Installation

npm install @bizappframework/ng-application-insights-configuration

Setup

import { BrowserAppInsightsModule } from '@bizappframework/ng-application-insights';
import { AppInsightsConfigurationModule } from '@bizappframework/ng-application-insights-configuration';

@NgModule({
    imports: [
        // Other module imports

        BrowserAppInsightsModule,
        AppInsightsConfigurationModule
    ]
})
export class AppModule { }

Example

ng-logging-aspnetcore-sample

License

MIT License