Update dependencies - spring boot 4 and angular 21 (#10)
Build and Deploy Java Gradle Application / build-and-deploy (push) Successful in 1m39s
Build and Deploy Java Gradle Application / build-and-deploy (push) Successful in 1m39s
Co-authored-by: Florian THIERRY Reviewed-on: florian/codiki-hexagonal#10
This commit was merged in pull request #10.
This commit is contained in:
@@ -4,11 +4,10 @@ import { AuthenticationService } from '../../core/service/authentication.service
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-disconnection',
|
||||
standalone: true,
|
||||
imports: [MatProgressSpinnerModule],
|
||||
templateUrl: './disconnection.component.html',
|
||||
styleUrl: './disconnection.component.scss'
|
||||
selector: 'app-disconnection',
|
||||
imports: [MatProgressSpinnerModule],
|
||||
templateUrl: './disconnection.component.html',
|
||||
styleUrl: './disconnection.component.scss'
|
||||
})
|
||||
export class DisconnectionComponent implements OnInit {
|
||||
private authenticationService = inject(AuthenticationService);
|
||||
|
||||
Reference in New Issue
Block a user