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]

9 lines (7 loc) 233 B
import { Component } from '@angular/core'; @Component({ selector: 'app-before-login', templateUrl: './before-login.component.html', styleUrls: ['./before-login.component.scss'], }) export class BeforeLoginComponent {}