Update uikit samples and bumped PrimeNG
This commit is contained in:
@@ -3,9 +3,9 @@ import { RouterModule } from '@angular/router';
|
||||
import { MiscDemoComponent } from './miscdemo.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [RouterModule.forChild([
|
||||
{ path: '', component: MiscDemoComponent }
|
||||
])],
|
||||
exports: [RouterModule]
|
||||
imports: [RouterModule.forChild([
|
||||
{ path: '', component: MiscDemoComponent }
|
||||
])],
|
||||
exports: [RouterModule]
|
||||
})
|
||||
export class MiscDemoRoutingModule { }
|
||||
|
||||
0
src/app/demo/components/uikit/misc/miscdemo.component.html
Normal file → Executable file
0
src/app/demo/components/uikit/misc/miscdemo.component.html
Normal file → Executable file
1
src/app/demo/components/uikit/misc/miscdemo.component.ts
Normal file → Executable file
1
src/app/demo/components/uikit/misc/miscdemo.component.ts
Normal file → Executable file
@@ -22,4 +22,5 @@ export class MiscDemoComponent implements OnInit, OnDestroy {
|
||||
ngOnDestroy() {
|
||||
clearInterval(this.interval);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -14,20 +14,20 @@ import { AvatarGroupModule } from 'primeng/avatargroup';
|
||||
import { ScrollTopModule } from 'primeng/scrolltop';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
MiscDemoRoutingModule,
|
||||
ProgressBarModule,
|
||||
BadgeModule,
|
||||
AvatarModule,
|
||||
ScrollPanelModule,
|
||||
TagModule,
|
||||
ChipModule,
|
||||
ButtonModule,
|
||||
SkeletonModule,
|
||||
AvatarGroupModule,
|
||||
ScrollTopModule
|
||||
],
|
||||
declarations: [MiscDemoComponent]
|
||||
imports: [
|
||||
CommonModule,
|
||||
MiscDemoRoutingModule,
|
||||
ProgressBarModule,
|
||||
BadgeModule,
|
||||
AvatarModule,
|
||||
ScrollPanelModule,
|
||||
TagModule,
|
||||
ChipModule,
|
||||
ButtonModule,
|
||||
SkeletonModule,
|
||||
AvatarGroupModule,
|
||||
ScrollTopModule
|
||||
],
|
||||
declarations: [MiscDemoComponent]
|
||||
})
|
||||
export class MiscDemoModule { }
|
||||
|
||||
Reference in New Issue
Block a user