@rxap/schematics-form
TypeScript icon, indicating that this package has built-in type declarations

15.0.0 • Public • Published

@rxap/schematics-form

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

ng add @rxap/schematics-form

Setup the package @rxap/schematics-form for the workspace.

Schematics

generate-view

Generates a form component from a template file

ng g @rxap/schematics-form:generate-view
Option Type Default Description
name string
path string
tsMorphProject
templateBasePath string a template base path
overwrite boolean false
project string
openApiModule string
template string
organizeImports boolean true
fixImports boolean true
format boolean true
skipTsFiles boolean false
Required
template

generate

Generates a form definition from a xml specification

ng g @rxap/schematics-form:generate
Option Type Default Description
path string
project string
templateBasePath string a template base path
template string
formElement
tsMorphProject
openApiModule string
name string
flat boolean
organizeImports boolean true
fixImports boolean true
format boolean true
overwrite boolean true
skipTsFiles boolean false

ng-add

Setup the package @rxap/schematics-form for the workspace.

ng g @rxap/schematics-form:ng-add
Option Type Default Description

Package Sidebar

Install

npm i @rxap/schematics-form

Weekly Downloads

10

Version

15.0.0

License

GPL-3.0

Unpacked Size

542 kB

Total Files

305

Last publish

Collaborators

  • badry.muenker
  • mmuenker