UNPKG
@terrencecastro/ngx-taskboard
Version:
latest (1.2.1)
1.2.1
1.2.0
Yet another angular taskboard
ngx-taskboard.disane.de
Disane87/ngx-taskboard
@terrencecastro/ngx-taskboard
/
lib
/
taskboard.service.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EventEmitter
}
from
'@angular/core'
;
export
declare
class
TaskboardService
{
filterChanged$
:
EventEmitter
<
string
>;
objectProperties
:
string
[]; }