Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

fly-ng-templatecache

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-ng-templatecache

Concatenate and reigster Angular JS templates in the $templateCache.

Source
npmnpm
Version
0.0.0
Version published
Weekly downloads
11
266.67%
Maintainers
1
Weekly downloads
 
Created
Source

Concatenate and reigster Angular JS templates in the $templateCache, with Fly.

npm package

Install

npm install -D fly-ng-templatecache

Example

export default function* () {
  yield this.source('templates/**/*.html')
    .ngTemplates({
      moduleName: 'app.templates',
      standalone: true,
      <!-- moduleSystem: '', -->
      // ...
    })
    .target('dist/js');
}

License

MIT © Luke Edwards et al

Keywords

fly

FAQs

Package last updated on 03 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts