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
text/typescript
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';
export class BeforeLoginModule {}