Merge pull request #18423 from eileenmcnaughton/afform
[civicrm-core.git] / ext / afform / core / ang / afCore.ang.php
CommitLineData
0034006a
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
17d153bd
CW
6return [
7 'js' => [
c1b9955f
TO
8 'ang/afCore.js',
9 'ang/afCore/*.js',
10 'ang/afCore/*/*.js',
17d153bd 11 ],
c1b9955f 12 'css' => ['ang/afCore.css'],
17d153bd 13 'requires' => ['crmUi', 'crmUtil', 'api4', 'checklist-model'],
c1b9955f 14 'partials' => ['ang/afCore'],
17d153bd 15 'settings' => [],
0034006a 16 'basePages' => [],
17d153bd 17];