Socket
Socket
Sign inDemoInstall

@angular-extensions/schematics

Package Overview
Dependencies
7
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @angular-extensions/schematics

Angular Extensions schematics collection


Version published
Weekly downloads
7
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

6.0.1 (2018-09-24)

Bug Fixes

  • model: remove redundant code, adjust code style (9bb6144)

<a name="6.0.0"></a>

Readme

Source

Angular Extensions Schematics

by @tomastrajan

license Build Status Twitter Follow

Getting started

  1. enter your project which was generated with Angular CLI v6+.
  2. install dependencies with npm i -D @angular-extensions/schematics and npm i -S ngx-model
  3. generate model services with ng g @angular-extensions/schematics:model --name path/my-model
  4. or with ng g @angular-extensions/schematics:model --name path/my-model --items form model of collection of items
  5. add your own model service methods and tests

Generating model using schematics

Supported schematics

  • model
  • something else (please file an issue with the description of desired behaviour)

Development of additional schematics

If you would like to create a PR with additional useful schematics these commands may be useful...

Testing

Use npm link in the project directory and npm link @angular-extensions/schematics in target project which was generated by Angular CLI.

Then you can execute available schematics with ng g <@angular-extensions/schematics:<selected-schematics> --name <path/name> to try it out.

Unit Testing

npm run test will run the unit tests, using Jasmine as a runner and test framework.

Keywords

FAQs

Last updated on 24 Sep 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc