Removed empty "styles" from component decorators

This commit is contained in:
sercan
2021-08-04 09:46:36 +03:00
parent 4ec40271c5
commit d44c004d01
47 changed files with 36 additions and 83 deletions

View File

@@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
@Component({
selector : 'jwt',
templateUrl: './jwt.html',
styles : ['']
templateUrl: './jwt.html'
})
export class JwtComponent
{