UNPKG
ng2-bs-table
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.8
Boostrap table view for angular 2.
github.com/lexxorlov/ng2-bs-table.git
lexxorlov/ng2-bs-table
ng2-bs-table
/
src
/
actions
/
table-verify-action.d.ts
9 lines
(8 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import { TableViewAction }
from
"./table-view-action"
; import { Router }
from
"@angular/router"
;
/** * Render link. On route call confirm. If confirm is yes then go to route. */
export
declare
class
TableVerifyAction
extends
TableViewAction
{
toRoute
(
router
: Router,
data
: any):
void
; }