We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09b2a55 + d9785ba commit c1031c3Copy full SHA for c1031c3
src/pages/miscellaneous/chat/messages/messages.ts
@@ -1,7 +1,8 @@
1
import { FormControl, FormBuilder } from '@angular/forms';
2
import { Component, ViewChild } from '@angular/core';
3
-import { NavController, Content } from 'ionic-angular';
+import { IonicPage, NavController, Content } from 'ionic-angular';
4
5
+@IonicPage()
6
@Component({
7
selector: 'page-messages',
8
templateUrl: 'messages.html'
0 commit comments