mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(nav): add initial support for url in general, add integration w/ ng-router
This commit is contained in:
6
packages/demos/angular/e2e/utils/helpers.ts
Normal file
6
packages/demos/angular/e2e/utils/helpers.ts
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
export function sleep(duration: number = 300) {
|
||||
return new Promise(resolve => {
|
||||
setTimeout(resolve, duration);
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user