Merge branch '5.35' of https://github.com/civicrm/civicrm-core into merge
[civicrm-core.git] / ang / api4.ang.php
CommitLineData
19b53e5b
C
1<?php
2// Autoloader data for Api4 angular module.
3return [
0b873c9a 4 'ext' => 'civicrm',
19b53e5b
C
5 'js' => [
6 'ang/api4.js',
7 'ang/api4/*.js',
8 'ang/api4/*/*.js',
9 ],
10 'css' => [],
11 'partials' => [],
12 'requires' => [],
13];