Skip to content

Instantly share code, notes, and snippets.

@manoldonev
Last active February 9, 2018 15:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save manoldonev/277f136556d0ec80cdf8194b3dad6f0b to your computer and use it in GitHub Desktop.
Save manoldonev/277f136556d0ec80cdf8194b3dad6f0b to your computer and use it in GitHub Desktop.
ROOT FRAME SCENARIOS:
1. Show modal dialog with frame
1.1. Navigate to modal second page within modal dialog
1.1.1. Go back
1.2. Show nested modal dialog
1.2.1. Close nested modal dialog
1.3. Show nested modal dialog with frame
1.3.1. Close nested modal dialog
1.4. Close modal dialog
2. Show modal dialog
2.1. Show nested modal dialog
2.1.1. Close nested modal dialog
2.2. Show nested modal dialog with frame
2.2.1. Close nested modal dialog
2.3. Close modal dialog
3. Show modal tabview
3.1. Navigate to second page within tab item frame
3.1.1. Go back
3.2. Show nested modal dialog
3.2.1. Close nested modal dialog
3.3. Show nested modal dialog with frame
3.3.1. Close nested modal dialog
3.4. Close modal dialog
4. Navigate to second page within root frame
4.1. Show modal dialog with frame
4.1.1. Navigate to second page within modal dialog
4.1.1.1. Go back
4.1.2. Show nested modal dialog
4.1.2.1. Close nested modal dialog
4.1.3. Show nested modal dialog with frame
4.1.3.1. Close nested modal dialog
4.1.4. Close modal dialog
4.2. Show modal dialog
4.2.1. Show nested modal dialog
4.2.1.1. Close nested modal dialog
4.2.2. Show nested modal dialog with frame
4.2.2.1. Close nested modal dialog
4.2.3. Close modal dialog
4.3. Go back
ROOT TABVIEW SCENARIOS (change root modulename to tab-root/tab-root in app.ts):
[Same as above]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment