File tree 2 files changed +8
-4
lines changed
shell/feature-shell-web/src/lib
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ import { Component } from '@angular/core';
6
6
<a
7
7
class="flex w-full flex-wrap justify-center gap-[5px] px-[10px] py-3 text-[18px] font-medium text-white"
8
8
style="background-image: linear-gradient(0.25turn, #fe5758, #8d52fe)"
9
- href="https://www.youtube.com/watch?v=Ygnx8eH4acg "
9
+ href="https://meetup.angular.love/spring-camp-2025/?utm_source=angular.loveweb&utm_medium=baner&utm_campaign=angularspringcamp25 "
10
10
>
11
+ <span>
12
+ Free Angular Spring Camp with GDEs - 22nd May at 6 PM (CEST) Online!
13
+ </span>
11
14
<span class="rounded-[4px] bg-white px-[6px] text-[#b10620]">
12
- ANGULAR SPRING CAMP
15
+ Register now
13
16
</span>
14
- <span> - JOIN LIVE TODAY AT 6 PM (CEST)</span>
15
17
</a>
16
18
` ,
17
19
} )
Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ import { SearchComponent } from '@angular-love/blog/search/feature-search';
16
16
import {
17
17
AdImageBanner ,
18
18
AlBannerCarouselComponent ,
19
+ TopBannerComponent ,
19
20
} from '@angular-love/blog/shared/ad-banner' ;
20
21
21
22
@Component ( {
22
23
selector : 'al-root-shell' ,
23
24
template : `
24
- <!-- < al-top-banner #topBanner />-- >
25
+ <al-top-banner #topBanner />
25
26
<div class="sticky top-0 z-10 w-full">
26
27
<al-header
27
28
class="block w-full"
@@ -51,6 +52,7 @@ import {
51
52
SearchComponent ,
52
53
NgClass ,
53
54
AlBannerCarouselComponent ,
55
+ TopBannerComponent ,
54
56
] ,
55
57
} )
56
58
export class RootShellComponent {
You can’t perform that action at this time.
0 commit comments