|
|
@@ -24,6 +24,7 @@ import { BusinessDataModule } from 'fis/business.data/business.data.module';
|
|
|
import { NotificationService } from 'angularlib/notification/notification.service';
|
|
|
import { env } from 'angularlib/environments/environment';
|
|
|
import { TranslatePipe } from 'angularlib/labels/translate.pipe';
|
|
|
+import { MapComponent } from 'angularlib/map';
|
|
|
|
|
|
@Component({
|
|
|
selector: 'app-root',
|
|
|
@@ -34,7 +35,8 @@ import { TranslatePipe } from 'angularlib/labels/translate.pipe';
|
|
|
RouterModule,
|
|
|
Angularlib,
|
|
|
NotificationModule,
|
|
|
- BusinessDataModule
|
|
|
+ BusinessDataModule,
|
|
|
+ MapComponent
|
|
|
],
|
|
|
providers: [DatePipe, FISMessaging],
|
|
|
templateUrl: './app.component.html',
|
|
|
@@ -76,6 +78,8 @@ export class AppComponent extends BaseComponent implements OnInit {
|
|
|
private notification = inject(NotificationService);
|
|
|
private tr = inject(TranslatePipe);
|
|
|
|
|
|
+ protected sampleMap = {hidden:true};
|
|
|
+
|
|
|
constructor(
|
|
|
private router: Router,
|
|
|
private store: Store,
|