Merge pull request #19521 from civicrm/5.34
[civicrm-core.git] / ang / crmResource.ang.php
CommitLineData
8456e727
TO
1<?php
2// This file declares an Angular module which can be autoloaded
617697e8 3return [
8456e727
TO
4 'ext' => 'civicrm',
5 // 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module.
52929a9c
SL
6 // One HTTP request for all modules.
7 'js' => ['js/angular-crmResource/all.js'],
617697e8 8];