We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1290253 commit 7a6c535Copy full SHA for 7a6c535
src/app/modules/v2-redirect/v2-redirect.component.ts
@@ -0,0 +1,10 @@
1
+import { Component, OnInit } from '@angular/core';
2
+
3
+@Component({
4
+ selector: 'app-v2-redirect',
5
+ templateUrl: './v2-redirect.component.html',
6
+ styleUrls: ['./v2-redirect.component.css']
7
+})
8
+export class V2RedirectComponent {
9
10
+}
0 commit comments