Merge pull request #17614 from demeritcowboy/xmlproc-acttypes-more
[civicrm-core.git] / ang / crmResource.ang.php
CommitLineData
8456e727
TO
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
617697e8 6return [
8456e727
TO
7 'ext' => 'civicrm',
8 // 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module.
52929a9c
SL
9 // One HTTP request for all modules.
10 'js' => ['js/angular-crmResource/all.js'],
617697e8 11];