@stencil/angular-output-target

  • Version 0.8.4
  • Published
  • 104 kB
  • No dependencies
  • MIT license

Install

npm i @stencil/angular-output-target
yarn add @stencil/angular-output-target
pnpm add @stencil/angular-output-target

Overview

Angular output target for @stencil/core components.

Index

Functions

function angularOutputTarget

angularOutputTarget: (outputTarget: OutputTargetAngular) => OutputTargetCustom;

    Interfaces

    interface OutputTargetAngular

    interface OutputTargetAngular {}

      property componentCorePackage

      componentCorePackage: string;
      • The package name of the component library. This is used to generate the import statements.

      property customElementsDir

      customElementsDir?: string;

        property directivesArrayFile

        directivesArrayFile?: string;

          property directivesProxyFile

          directivesProxyFile: string;
          • The path to the proxy file that will be generated. This can be an absolute path or a relative path from the root directory of the Stencil library.

          property excludeComponents

          excludeComponents?: string[];

            property outputType

            outputType?: OutputType;
            • The type of output that should be generated. - component - Generate many component wrappers tied to a single Angular module (lazy/hydrated approach). - scam - Generate a Single Component Angular Module for each component. - standalone - Generate a component with the standalone flag set to true.

            property valueAccessorConfigs

            valueAccessorConfigs?: ValueAccessorConfig[];

              interface ValueAccessorConfig

              interface ValueAccessorConfig {}

                property elementSelectors

                elementSelectors: string | string[];

                  property event

                  event: string;

                    property targetAttr

                    targetAttr: string;

                      property type

                      type: ValueAccessorTypes;

                        Package Files (3)

                        Dependencies (0)

                        No dependencies.

                        Dev Dependencies (2)

                        Peer Dependencies (1)

                        Badge

                        To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                        You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@stencil/angular-output-target.

                        • Markdown
                          [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@stencil/angular-output-target)
                        • HTML
                          <a href="https://www.jsdocs.io/package/@stencil/angular-output-target"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>