generated from nhcarrigan/template
feat: set up nav bar and news ticker
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user