Hi,
i used yeoman in order to generate my adf content app.
(GitHub - Alfresco/generator-ng2-alfresco-app: Yeoman Generator Angular 2 Alfresco Application )
I would like to change logo size on login page and i have found this doc :
I use also Webstorm (see "Styling your Login page" in documentation)
but the login.component file used in my project is located in : /node_modules/@alfresco/adf-core/login/components
So i have installed adf login component : Alfresco Angular 2 Components Catalog but i don't know how to change the LoginModule that is loading (it's always the same) ...
Thank you in advance
I have added LoginModule in my app module :
I work with new version : 2.3.0
and this my html page :
<adf-login
[backgroundImageUrl]="'./assets/images/loginbg.png'"
[logoImageUrl]="'./assets/images/klinck.png'"
providers="ECM"
[showLoginActions]="false"
[showRememberMe]="false"
(success)="loadData($event)">
</adf-login>
Found !
no need to import ng2-alfresco-login, just add to the component in order to override Style
encapsulation: ViewEncapsulation.None
Note, you are probably using an old version of ADF
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.