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