feat(angular): add global pop() (#17182)

fixes #16340
This commit is contained in:
Manu MA
2019-01-21 01:52:47 +01:00
committed by GitHub
parent 25b88478a1
commit 766c79d2a1
7 changed files with 35 additions and 11 deletions

View File

@ -3620,7 +3620,7 @@ export namespace Components {
/**
* Go back to previous page in the window.history.
*/
'goBack': () => Promise<void>;
'back': () => Promise<void>;
'navChanged': (direction: RouterDirection) => Promise<boolean>;
'printDebug': () => void;
/**