0.0.20 • Published 6 years ago

st.login v0.0.20

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

StModules

This project was generated with Angular CLI version 1.5.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

##login module selector: st-login-component ##attributes: 1- stLogo : image; to set logo on login form 2- stLoginTitleText: string; to set login title 3- stLoginHeaderText: string; to set login header title 4- stLoginFooterText: string; footer notes 5- stLoginApi: string; login url 6- stRequestParamOnHeader: boolean; in case login parameters should be set on header request set true otherwise default is false; 7- stLogoutApi: string; logout service url 8- stLogoutRedirectTo: is a route state. to redirect after login 9- stLoginFields: object; fields of the login form 10- stRegisterButtonText: string; registration button caption; 11- stRegisterFields: object; fields of the registration form. 12- stLoginPage: string; route state of the login page. 13- stTargetRoute: string; route state. view which routing would be redirect to after successful login. 14- stSubmitButtonClass: string; class to set on submit button. 15- stSubmitButtonIcon: string; icon of the submit button. 16- stSubmitButtonText: string; text on submit button. 17- stRegisterTarget: string; route state to rediect to it after successful registration.