Skip to content

Commit

Permalink
chore: fix lose code
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jul 19, 2023
1 parent 7effb86 commit dab8b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/layout-default/layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ import { LayoutDefaultOptions } from './types';
})
export class LayoutDefaultComponent implements OnDestroy {
static ngAcceptInputType_fetchingStrictly: BooleanInput;
static ngAcceptInputType_fetching: BooleanInput;

@ContentChildren(LayoutDefaultHeaderItemComponent, { descendants: false })
headerItems!: QueryList<LayoutDefaultHeaderItemComponent>;
Expand Down

0 comments on commit dab8b20

Please sign in to comment.