gulp-ng-templates

  • Version 1.0.2
  • Published
  • 134 kB
  • 8 dependencies
  • MIT license

Install

npm i gulp-ng-templates
yarn add gulp-ng-templates
pnpm add gulp-ng-templates

Overview

Build all of your angular templates in just one js file using $templateCache provider

Index

Interfaces

interface NgTemplatesOptions

interface NgTemplatesOptions {}

    property filename

    filename: string;

      property footer

      footer: string;

        property header

        header: string;

          property htmlMinifier

          htmlMinifier: HTMLMinifierOptions;

            property module

            module: string;

              property path

              path?: string | ((path: string, base: string) => string);

                property standalone

                standalone: boolean;

                  Package Files (1)

                  Dependencies (8)

                  Dev Dependencies (11)

                  Peer Dependencies (0)

                  No peer dependencies.

                  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/gulp-ng-templates.

                  • Markdown
                    [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/gulp-ng-templates)
                  • HTML
                    <a href="https://www.jsdocs.io/package/gulp-ng-templates"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>