mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-21 15:37:08 +00:00
(linting) Migrated over to the ESLint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Component, ViewEncapsulation } from '@angular/core';
|
||||
import { FuseAnimations } from '@fuse/animations';
|
||||
import { fuseAnimations } from '@fuse/animations';
|
||||
import { AuthService } from 'app/core/auth/auth.service';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
@@ -7,7 +7,7 @@ import { Router } from '@angular/router';
|
||||
selector : 'sign-out-fullscreen-reversed',
|
||||
templateUrl : './sign-out.component.html',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
animations : FuseAnimations
|
||||
animations : fuseAnimations
|
||||
})
|
||||
export class SignOutFullscreenReversedComponent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user