UNPKG
ionic-coreo
Version:
latest (2.1.2)
next (3.0.0-beta.12)
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
2.1.2
2.1.1
2.1.0
2.0.0
2.0.0-beta.2
2.0.0-beta.1
1.4.0
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.2.1
1.2.1-beta.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Ionic2 module for integration with Coreo
bitbucket.org/natappltd/ionic-coreo
ionic-coreo
/
dist
/
module.d.ts
6 lines
(5 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ModuleWithProviders
}
from
'@angular/core'
;
import
{
Config
}
from
'./config'
;
export
declare
class
CoreoModule
{
static
forRoot
(
config
:
Config
):
ModuleWithProviders
; }