176d740d89255a34bcc7adaf7a9a6df71813b1b7
[civicrm-core.git] / ang / api4Explorer.ang.php
1 <?php
2 // Autoloader data for Api4 explorer.
3 return [
4 'js' => [
5 'ang/api4Explorer.js',
6 'ang/api4Explorer/*.js',
7 'ang/api4Explorer/*/*.js',
8 'lib/*.js',
9 ],
10 'css' => [
11 'css/api4-explorer.css',
12 ],
13 'partials' => [
14 'ang/api4Explorer',
15 ],
16 'basePages' => [],
17 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize'],
18 ];