We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f69146 commit 96c5b75Copy full SHA for 96c5b75
libs/blog/shell/feature-shell-web/src/lib/root-shell.component.ts
@@ -16,13 +16,12 @@ import { SearchComponent } from '@angular-love/blog/search/feature-search';
16
import {
17
AdImageBanner,
18
AlBannerCarouselComponent,
19
- TopBannerComponent,
20
} from '@angular-love/blog/shared/ad-banner';
21
22
@Component({
23
selector: 'al-root-shell',
24
template: `
25
- <al-top-banner #topBanner />
+ <!-- <al-top-banner #topBanner />-->
26
<div class="sticky top-0 z-10 w-full">
27
<al-header
28
class="block w-full"
@@ -52,7 +51,6 @@ import {
52
51
SearchComponent,
53
NgClass,
54
55
56
],
57
})
58
export class RootShellComponent {
0 commit comments