Merge pull request #18939 from colemanw/serializeFix
[civicrm-core.git] / ext / afform / core / ang / af.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 return [
4 'js' => [
5 'ang/af.js',
6 'ang/af/*.js',
7 'ang/af/*/*.js',
8 ],
9 // 'css' => ['ang/af.css'],
10 'partials' => ['ang/af'],
11 'requires' => ['crmUtil'],
12 'settings' => [],
13 'basePages' => [],
14 'exports' => [
15 'af-entity' => 'E',
16 'af-fieldset' => 'A',
17 'af-form' => 'E',
18 'af-join' => 'A',
19 'af-repeat' => 'A',
20 'af-repeat-item' => 'A',
21 'af-field' => 'E',
22 ],
23 ];