New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angular-template-generator

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-template-generator

generate angular files

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

angular-template-generator

generate files for an angular application

generate angular files

generate folder with files component, html, scss, stub, spec and interface for an angular application

Usage

Install with npm

npm i angular-template-generator -g

component generator

angular-template-generator type=component filename=nameOfComponent prefix?=nameOfPrefix

this will generate a folder with:

--nameOfComponent.component.ts
--nameOfComponent.component.spec.ts
--nameOfComponent.component.interface.ts
--nameOfComponent.component.stub.ts
--nameOfComponent.component.html
--nameOfComponent.component.scss

with a prefix defined it will add it to the selector and to the css class name (nameOfPrefixNameOfComponent)

directive generator

angular-template-generator type=directive filename=nameOfDirective prefix?=nameOfPrefix

this will generate a folder with

--nameOfDirective.directive.ts
--nameOfDirective.directive.spec.ts
--nameOfDirective.directive.interface.ts
--nameOfDirective.directive.stub.ts

with a prefix defined it will add it to the selector (nameOfPrefixNameOfDirective)

service generator

angular-template-generator type=service filename=nameOfService

this will generate a folder with

--nameOfService.ts
--nameOfService.spec.ts
--nameOfService.stub.ts
--nameOfService.interface.ts

Keywords

angular

FAQs

Package last updated on 06 Oct 2018

Did you know?

Socket

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