Skip to content

Commit

Permalink
chore: management using overflow demo page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yosvelquintero committed Sep 14, 2023
1 parent 39cbea8 commit d3e08f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
@Component({
selector: 'app-module-management-template',
template: `
<rc-page-home>
<rc-page-overflow>
<router-outlet />
</rc-page-home>
</rc-page-overflow>
`,
changeDetection: ChangeDetectionStrategy.OnPush,
})
Expand Down

0 comments on commit d3e08f8

Please sign in to comment.