mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
feat(analytics): enable analytic
This commit is contained in:
parent
3eee634861
commit
e8cbd479c6
3 changed files with 37 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ import { NbAuthModule, NbDummyAuthProvider } from '@nebular/auth';
|
|||
|
||||
import { throwIfAlreadyLoaded } from './module-import-guard';
|
||||
import { DataModule } from './data/data.module';
|
||||
import { AnalyticsService } from './utils/analytics.service';
|
||||
|
||||
const NB_CORE_PROVIDERS = [
|
||||
...DataModule.forRoot().providers,
|
||||
|
|
@ -20,6 +21,7 @@ const NB_CORE_PROVIDERS = [
|
|||
},
|
||||
},
|
||||
}).providers,
|
||||
AnalyticsService,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue