Socket
Book a DemoInstallSign in
Socket

carte-blanche-angular2

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carte-blanche-angular2

CarteBlanche plugin for Angular2

latest
Source
npmnpm
Version
0.6.6
Version published
Maintainers
1
Created
Source

carte Blanche Angular2 Build Status

CarteBlanche plugin for Angular2.

Usage

var carteBlancheAngular2 = require('carteBlancheAngular2')

plugins: [
  // Plugin: CarteBlanche
  // Description: Provides a carte blanche page for testing components.
  // Allows to test each component and its variations separatly
  new CarteBlanche({
    componentRoot: 'src/app/components',
    filter: /.*\.component.ts$/, // Matches all files ending in .ts
    plugins: [
      new Angular2Plugin({
        variationFolderName: 'variations',
        port: 7000,
        hostname: 'localhost',
        bundle: 'main.js',
      })
    ]
  })
]

For now a main bundle must be provided. And additional files can be provided using the files property. in the future support for CommonChunks plugin will be added so that you dont have to specify your files explicitly.

Options

  • variationFolderName (default: variations): The name of the folders that stores the variation files.
new carteBlancheAngular2({
  variationFolderName: 'examples'
})
  • port (default: 8082): The port the variations server runs at.

    new carteBlancheAngular2({
      port: 7000
    })
    
  • hostname (default: localhost): The URL the variations server runs at.

    new carteBlancheAngular2({
      hostname: 'mydomain.com'
    })
    
  • bundle (default: main.js): The name of the main bundle that holdes the application.

    new carteBlancheAngular2({
      bundle: 'main.js'
    })
    

Keywords

angular2

FAQs

Package last updated on 01 Feb 2017

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.