Skip to content

Commit

Permalink
docs: allow footer components to participate in hydration (#8515)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperLife1119 committed Apr 29, 2024
1 parent 6c65aba commit 81ef077
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/site/_site/doc/app/footer/footer.component.ts
Expand Up @@ -90,9 +90,6 @@ import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnInit, Output
`,
changeDetection: ChangeDetectionStrategy.OnPush,
styleUrls: ['./footer.component.less'],
host: {
ngSkipHydration: ''
}
})
export class FooterComponent implements OnInit {
@Input() language: string = 'zh';
Expand Down

0 comments on commit 81ef077

Please sign in to comment.