|
@@ -12,6 +12,8 @@ import { LabelModule } from 'angularlib/labels/label.module';
|
|
|
import { BaseComponent, untilDestroy } from 'angularlib/base.component';
|
|
import { BaseComponent, untilDestroy } from 'angularlib/base.component';
|
|
|
import { filter, map } from 'rxjs';
|
|
import { filter, map } from 'rxjs';
|
|
|
import { Title } from '@angular/platform-browser';
|
|
import { Title } from '@angular/platform-browser';
|
|
|
|
|
+import { TableModule } from 'angularlib/table/table.module';
|
|
|
|
|
+import { ChartModule } from 'angularlib/chart/chart.module';
|
|
|
|
|
|
|
|
@Component({
|
|
@Component({
|
|
|
selector: 'app-root',
|
|
selector: 'app-root',
|
|
@@ -20,7 +22,8 @@ import { Title } from '@angular/platform-browser';
|
|
|
RouterOutlet,
|
|
RouterOutlet,
|
|
|
MatModule,
|
|
MatModule,
|
|
|
RouterModule,
|
|
RouterModule,
|
|
|
- Angularlib
|
|
|
|
|
|
|
+ Angularlib,
|
|
|
|
|
+ TableModule
|
|
|
],
|
|
],
|
|
|
templateUrl: './app.component.html',
|
|
templateUrl: './app.component.html',
|
|
|
styleUrls: [
|
|
styleUrls: [
|