Forráskód Böngészése

dependency updates

tigger 2 éve
szülő
commit
78ae764a9c
5 módosított fájl, 8 hozzáadás és 2 törlés
  1. 1 0
      .gitignore
  2. 1 0
      package.json
  3. 1 0
      src/app/app.component.html
  4. 4 1
      src/app/app.component.ts
  5. 1 1
      src/dependencies/angularlib

+ 1 - 0
.gitignore

@@ -40,6 +40,7 @@ package-lock.json
 /libpeerconnection.log
 testem.log
 /typings
+.hintrc
 
 # System files
 .DS_Store

+ 1 - 0
package.json

@@ -22,6 +22,7 @@
     "@angular/router": "^17.2.0",
     "angularlib": "file:./src/dependencies/angularlib",
     "dp-ui": "file:./src/dependencies/dp-ui",
+    "primeng": "^17.12.0",
     "rxjs": "~7.8.0",
     "tslib": "^2.3.0",
     "zone.js": "~0.14.3"

+ 1 - 0
src/app/app.component.html

@@ -29,5 +29,6 @@
 <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
 
 <div class="content">
+  <tablex></tablex>
   <router-outlet></router-outlet>
 </div>

+ 4 - 1
src/app/app.component.ts

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

+ 1 - 1
src/dependencies/angularlib

@@ -1 +1 @@
-Subproject commit f47af0e51227143de9e0b08b1766d6274e0baba2
+Subproject commit 00a9e418e5fcd78aa18e17055f95919837e90aff