diff --git a/src/src/app/pages/search/search.page.ts b/src/src/app/pages/search/search.page.ts index 43e93f19..296f0280 100644 --- a/src/src/app/pages/search/search.page.ts +++ b/src/src/app/pages/search/search.page.ts @@ -39,6 +39,7 @@ export class SearchPage extends SubscriberBase implements OnInit { public dialog: MatDialog ) { super(); + // you need to know when certain things are loaded, so you can then do stuff. // this will watch the state and store those items in your class so you can monitor them. this.addSubscription( diff --git a/src/src/index.html b/src/src/index.html index c51a9921..4542f0d9 100644 --- a/src/src/index.html +++ b/src/src/index.html @@ -3,8 +3,21 @@ Dynamic Bible + + + + + + + + + + + -