1.0.15 • Published 9 months ago

@smapiot/pilet-template-ng-standalone v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Piral Logo

Pilet Template - Angular Standalone · GitHub License

This is the default template for creating a new pilet using Angular with the modern standalone components.

Usage

Use the template with pilet new or npm init pilet:

# directly via the CLI (prefer to prefix with npx)
pilet new <app-shell> --template ng-standalone <other-options>

# via the initializer - best option (NPM v6)
npm init pilet --source <app-shell> --template ng-standalone <other-options>

# via the initializer - best option (NPM v7 and v8)
npm init pilet -- --source <app-shell> --template ng-standalone <other-options>

Variables

The following variables are available when scaffolding. They can be applied via the CLI flags, e.g.,

pilet new <app-shell> --template ng-standalone --vars.ngVersion 16

For this template we have:

  • src: Sets the directory of the source files. By default it's <root>/src.
  • ngVersion: Sets the (major) version of Angular. Otherwise, would be discarded.

License

Piral is released using the MIT license. For more information see the license file.

1.0.12-beta.7966

11 months ago

1.0.13-beta.7987

11 months ago

1.0.15-beta.8123

9 months ago

1.0.11

1 year ago

1.0.13-beta.7988

11 months ago

1.0.10

1 year ago

1.0.15

9 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.9

2 years ago

1.0.9-beta.7093

2 years ago