2 // This file declares an Angular module which can be autoloaded
3 $isDebug = Civi
::settings()->get('debug_enabled');
7 'js' => ['ang/crmUi.js'],
8 'partials' => ['ang/crmUi'],
9 'requires' => array_merge(
14 // Only require the +10kb if we're likely to need it.
15 $isDebug ?
['jsonFormatter'] : []