systelab-login
TypeScript icon, indicating that this package has built-in type declarations

17.1.0 • Public • Published

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

Package Sidebar

Install

npm i systelab-login

Weekly Downloads

50

Version

17.1.0

License

MIT

Unpacked Size

377 kB

Total Files

30

Last publish

Collaborators

  • aserra
  • systelab-technologies
  • olgapuig