systelab-login

Library with common Systelab login components to speed up our Angular developments

Usage no npm install needed!

<script type="module">
  import systelabLogin from 'https://cdn.skypack.dev/systelab-login';
</script>

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,
    ...
    ],