feat: routerlinks
All checks were successful
Node.js CI / Lint and Test (push) Successful in 56s

This commit is contained in:
2025-07-04 20:21:39 -07:00
parent 13dfd66800
commit a12f2b0315
4 changed files with 12 additions and 10 deletions

View File

@ -5,9 +5,10 @@
*/
import { Component } from "@angular/core";
import { RouterModule } from "@angular/router";
@Component({
imports: [],
imports: [ RouterModule ],
selector: "app-home",
styleUrl: "./home.css",
templateUrl: "./home.html",