LinuxCommandLibrary

ng-cache

manages Angular CLI build cache

TLDR

Enable cache

$ ng cache enable
copy
Disable cache
$ ng cache disable
copy
Clear cache
$ ng cache clean
copy
Show cache info
$ ng cache info
copy

SYNOPSIS

ng cache command [options]

DESCRIPTION

ng cache manages Angular CLI build cache. The cache speeds up rebuilds by storing intermediate compilation results. Part of Angular CLI optimization features.

PARAMETERS

enable

Enable build cache.
disable
Disable build cache.
clean
Clear cache contents.
info
Display cache information.

SEE ALSO

ng(1), ng-build(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community