UNPKG
ngx-commento
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Angular wrapper for commento - fast, lightweight comments.
ngx-commento.surge.sh
ngx-commento
/
lib
/
ngx-commento.component.d.ts
6 lines
(5 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
AfterViewInit
}
from
"@angular/core"
;
export
declare
class
NgxCommentoComponent
implements
AfterViewInit
{
constructor
(
);
ngAfterViewInit
():
void
; }