feat: set up nav bar and news ticker

This commit is contained in:
2025-12-27 14:59:20 -08:00
parent e5e01c865e
commit 8df1c00969
9 changed files with 66 additions and 6 deletions
+2 -1
View File
@@ -4,12 +4,13 @@
* @author Naomi Carrigan
*/
import { Component } from "@angular/core";
import { RouterLink } from "@angular/router";
/**
* Renders the navigation bar.
*/
@Component({
imports: [],
imports: [ RouterLink ],
selector: "app-nav",
styleUrl: "./nav.css",
templateUrl: "./nav.html",