Tuned up PdfLatex font settings
[civicrm-core.git] / ang / crmResource.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 // in CiviCRM. See also:
4 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
5
6 return [
7 'ext' => 'civicrm',
8 // 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module.
9 // One HTTP request for all modules.
10 'js' => ['js/angular-crmResource/all.js'],
11 ];