feat(angular): use standalone components with routing (#25589)

Resolves #25404
This commit is contained in:
Sean Perkins
2022-08-30 10:38:16 -04:00
committed by GitHub
parent 8a1b3c5f30
commit 3c84d48cfa
14 changed files with 161 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
import { NgModule } from "@angular/core";
import { RouterModule } from "@angular/router";
import { VersionTestComponent } from ".";
import { VersionTestComponent } from "./version-test.component";
@NgModule({
imports: [