Namespace: inject

inject

Injects scripts, styles and partials into main HTML.

Runs sequentially:

  1. inject:scripts
  2. inject:styles
  3. inject:partials

Used internally by build and dev.

Source:

Members

(private, static) inject:scripts

Injects the automatically sorted scripts into the main index.html and copies it to temp.

Angular modules are automatically sorted for the correct order.

Used internally by build, dev, inject and watch.

Source:

(private, static) inject:styles

Injects the main style file into the temporary index.html.

Used internally by build, dev, inject and watch.

Source: