Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91487974
main.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 11, 14:58
Size
784 B
Mime Type
text/x-java
Expires
Wed, Nov 13, 14:58 (2 d)
Engine
blob
Format
Raw Data
Handle
22269832
Attached To
rPRIMOIII Primo_3_package
main.js
View Options
/************************/
/* List of used modules */
/************************/
// Import central SLSP package ;
// import { centralCustom } from './slsp/custom_slsp.js';
import
{
centralCustom
}
from
'./slsp/epfl_custom_slsp.js'
;
import
{
homepageModule
}
from
'./homepage/index.js'
;
import
{
customTranslateFilter
}
from
'./filters/custom_translate.filter.js'
;
import
{
trustHtmlFilter
}
from
'./filters/trust_html.filter.js'
;
import
{
accountModule
}
from
'./account/index.js'
;
import
{
fullviewModule
}
from
'./fullview/index.js'
;
import
{
databasesModule
}
from
'./databases/index.js'
;
var
app
=
angular
.
module
(
'viewCustom'
,
[
'angularLoad'
,
'centralCustom'
,
'homepageModule'
,
'customTranslateFilter'
,
'trustHtmlFilter'
,
'accountModule'
,
'fullviewModule'
,
'databasesModule'
]);
Event Timeline
Log In to Comment