mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-09 15:18:42 +00:00
(linting) Migrated over to the ESLint
This commit is contained in:
@@ -173,7 +173,6 @@ export class NavigationComponent
|
||||
navComponent.refresh();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Toggle the drawer
|
||||
*/
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>AuthInterceptor</strong></p>
|
||||
<p>An interceptor to attach the <em>access_token</em> to the header of the requests and catching 401 responses.</p>
|
||||
<p>An interceptor to attach the <em>access token</em> to the header of the requests and catching 401 responses.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>AuthService</strong></p>
|
||||
|
||||
@@ -237,7 +237,7 @@ export class DirectoryStructureComponent implements OnInit
|
||||
/**
|
||||
* Create a new tree
|
||||
*/
|
||||
createTree(data): { dataSource: any, treeControl: any }
|
||||
createTree(data): { dataSource: any; treeControl: any }
|
||||
{
|
||||
// Create tree control and mock-api source
|
||||
const treeControl = new FlatTreeControl<FlatDirNode>(node => node.level, node => node.expandable);
|
||||
|
||||
Reference in New Issue
Block a user