Socket
Socket
Sign inDemoInstall

@4geit/ngx-auth-module

Package Overview
Dependencies
89
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @4geit/ngx-auth-module

authentication module for angular that shows a login and register pages


Version published
Weekly downloads
3
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@4geit/ngx-auth-module npm version


authentication module for angular that shows a login and register pages

Installation

  1. A recommended way to install @4geit/ngx-auth-module is through npm package manager using the following command:
npm i @4geit/ngx-auth-module --save

Or use yarn using the following command:

yarn add @4geit/ngx-auth-module
  1. You need to import the NgxAuthModule class in whatever module you want in your project for instance app.module.ts as follows:
import { NgxAuthModule } from '@4geit/ngx-auth-module';

And you also need to add the NgxAuthModule module within the @NgModule decorator as part of the imports list:

@NgModule({
  // ...
  imports: [
    // ...
    NgxAuthModule,
    // ...
  ],
  // ...
})
export class AppModule { }

FAQs

Last updated on 25 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc