UNPKG

@jumamiller/auth-ng

Version:

Auth package for angular

12 lines (10 loc) 262 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { AuthRoutingModule } from './auth-routing.module'; @NgModule({ imports: [ CommonModule, AuthRoutingModule ] }) export class AuthModule { }