mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
add auto-fixed files
This commit is contained in:
committed by
Eugenio Romano
parent
4bc50330cf
commit
0878d9f3ab
@@ -117,5 +117,5 @@ export class LoginDemoComponent implements OnInit {
|
|||||||
|
|
||||||
this.providers = '';
|
this.providers = '';
|
||||||
return this.providers;
|
return this.providers;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
@@ -32,6 +32,6 @@ export class DebugAppConfigService extends AppConfigService {
|
|||||||
return <T>(<any>this.storage.getItem(key) || super.get<T>(key));
|
return <T>(<any>this.storage.getItem(key) || super.get<T>(key));
|
||||||
}
|
}
|
||||||
return super.get<T>(key);
|
return super.get<T>(key);
|
||||||
};
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user