UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

13 lines (10 loc) 453 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { BeforeLoginRoutingModule } from './before-login-routing.module'; import { BeforeLoginComponent } from './before-login.component'; import { SharedModule } from '@shared/shared.module'; @NgModule({ declarations: [BeforeLoginComponent], imports: [CommonModule, BeforeLoginRoutingModule, SharedModule], }) export class BeforeLoginModule {}