Skip to content

Conversation

@pestler
Copy link
Owner

@pestler pestler commented Sep 12, 2025

feat: add gorisontal menu

@pestler pestler linked an issue Sep 12, 2025 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Sep 12, 2025

Deploy Preview for app-clone-angular ready!

Name Link
🔨 Latest commit d3a4726
🔍 Latest deploy log https://app.netlify.com/projects/app-clone-angular/deploys/68c425ffa24a040008ebb449
😎 Deploy Preview https://deploy-preview-40--app-clone-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pestler pestler self-assigned this Sep 12, 2025
Comment on lines +26 to +29
export class HeaderComponent implements OnInit {
@Input() title = '';
@Input() courseName = '';
@Input() showCourseName = false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which component is the parent of HeaderComponent?

<div class="title">
<b>{{ title }}</b>
@if (showCourseName) {
<span>{{ courseName }}</span>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest that we need linkData.name + courseName

image

@Kavume Kavume changed the title feat: add gorisontal menu feat: add horizontal menu Sep 12, 2025
@Kavume Kavume merged commit 97a7145 into develop Sep 13, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add gorisontal menu

4 participants