gg-schematics

Schematics that creates Module with basic features (routing, smart/dumb components, services dir and more)

Usage no npm install needed!

<script type="module">
  import ggSchematics from 'https://cdn.skypack.dev/gg-schematics';
</script>

README

About

This is custom angular schematics that creates new empty module with additional features out-of-the-box (routing module, directories with smart/dumb compontents and services including index.ts files that are already imported in main module file).

This schema is dedicated to Angular 8 (support for other major versions is not guaranteed)

Installation

 npm install --save-dev gg-schematics

Usage

 ng g gg-schematics:module