systelab-login
v18.0.0
Published
Library with common Systelab login components to speed up our Angular developments
Downloads
163
Readme
systelab-login
Library with common Systelab login components to speed up our Angular developments
Installing the library
npm install systelab-login --save
You must import the SystelabLoginModule in your Application Module:
@NgModule({
imports: [
BrowserModule,
FormsModule,
HttpClientModule,
SystelabTranslateModule,
SystelabPreferencesModule,
SystelabComponentsModule,
SystelabLoginModule,
...
],