UNPKG
ng2-awesome-disqus
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.0
0.1.0
Angular Disqus Module
github.com/MurhafSousli/ng2-disqus
MurhafSousli/ng2-disqus
ng2-awesome-disqus
/
disqus.service.d.ts
9 lines
(8 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
DisqusService
{
window
:
any
;
constructor
(
);
readonly
url
:
string
;
readonly
disqus
:
any
;
disqusConfig
:
any
;
validateUrl
(
url
:
string
):
string
; }