Skip to content

v1.0.0

Compare
Choose a tag to compare
@atticoos atticoos released this 17 Dec 05:55
· 125 commits to develop since this release

Feature: Plugin options
Feature: Option to create the angular module
Feature: Option to add/override constants
Feature: Option to wrap the module with an IIFE or custom template

Breaking Changes:
gulpNgConfig('moduleName', constants)
has been changed to
gulpNgConfig('moduleName', options)
The constants that would normally be passed as a second argument should be defined as a property in an options object, with the key constants. More details on this implementation in README.md