dependency icon indicating copy to clipboard operation
dependency copied to clipboard

External dependency loader for quick ng prototyping

Results 2 dependency issues
Sort by recently updated
recently updated
newest added

Currently, dependencies must provide a module for angular to use. Allow a separate syntax to load other dependencies, like CSS / jQuery / etc.

enhancement

This would involve pre-scraping the codebase, pre-loading dependency files, and concatenating into one larger file. Possibly with grunt / gulp?

enhancement