Merge pull request #19036 from civicrm/5.32
[civicrm-core.git] / ext / afform / core / ang / afCore.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 'js' => [
8 'ang/afCore.js',
9 'ang/afCore/*.js',
10 'ang/afCore/*/*.js',
11 ],
12 'css' => ['ang/afCore.css'],
13 'requires' => ['crmUi', 'crmUtil', 'api4', 'checklist-model', 'ngRoute'],
14 'partials' => ['ang/afCore'],
15 'settings' => [],
16 'basePages' => [],
17 ];