File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import {
1717import {
1818 ActivatedRoute ,
1919 Router ,
20+ RouterLink ,
2021} from '@angular/router' ;
2122import { Store } from '@ngrx/store' ;
2223import {
@@ -66,6 +67,7 @@ import { NotificationsService } from '../../shared/notifications/notifications.s
6667 ReactiveFormsModule ,
6768 NgForOf ,
6869 AlertComponent ,
70+ RouterLink ,
6971 ] ,
7072 standalone : true ,
7173} )
Original file line number Diff line number Diff line change 11import { Route } from '@angular/router' ;
22
3- import { endUserAgreementCookieGuard } from '../core/end-user-agreement/end-user-agreement-cookie.guard' ;
43import { ThemedCreateProfileComponent } from './create-profile/themed-create-profile.component' ;
54import { ThemedRegisterEmailComponent } from './register-email/themed-register-email.component' ;
65import { registrationGuard } from './registration.guard' ;
@@ -17,7 +16,6 @@ export const ROUTES: Route[] = [
1716 component : ThemedCreateProfileComponent ,
1817 canActivate : [
1918 registrationGuard ,
20- endUserAgreementCookieGuard ,
2119 ] ,
2220 } ,
2321] ;
You can’t perform that action at this time.
0 commit comments