Merge branch 'feat/integration-descriptions' of https://github.com/SFilinsky/ngx-admin into feat/integration-descriptions

This commit is contained in:
Sergey Filinsky 2020-09-21 17:08:02 +03:00
commit cdd42c9d7c
3 changed files with 14 additions and 3 deletions

View file

@ -28,8 +28,8 @@ const SERVICES = [
],
})
export class DataModule {
static forRoot(): ModuleWithProviders {
return <ModuleWithProviders>{
static forRoot(): ModuleWithProviders<DataModule> {
return {
ngModule: DataModule,
providers: [
...SERVICES,

View file

@ -31,6 +31,17 @@
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K8MXX5F');</script>
<!-- End Google Tag Manager -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1658218,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->

View file

@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "."