Merge pull request #23984 from seamuslee001/ref_full_package_upgrades_php8_1
[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
17d153bd
CW
3return [
4 'js' => [
c1b9955f
TO
5 'ang/afCore.js',
6 'ang/afCore/*.js',
7 'ang/afCore/*/*.js',
17d153bd 8 ],
c1b9955f 9 'css' => ['ang/afCore.css'],
9d85626b 10 'requires' => ['crmUi', 'crmUtil', 'api4', 'checklist-model', 'angularFileUpload'],
c1b9955f 11 'partials' => ['ang/afCore'],
17d153bd 12 'settings' => [],
0034006a 13 'basePages' => [],
17d153bd 14];