We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accacb9 commit 56fe7f2Copy full SHA for 56fe7f2
1 file changed
src/app/app.routes.constants.ts
@@ -7,6 +7,6 @@
7
// while app.routes.ts includes the component file. This putting them here in
8
// a separate file.
9
10
-export const paramMapNameYear: string = "year";
11
-export const paramMapNameFylke: string = "fylke";
12
-export const paramMapNameKommune: string = "kommune";
+export const paramMapNameYear = "year" as const;
+export const paramMapNameFylke = "fylke" as const;
+export const paramMapNameKommune = "kommune" as const;
0 commit comments