We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d39c07 commit fea0612Copy full SHA for fea0612
core/src/components/modal/readme.md
@@ -90,7 +90,7 @@ export class ModalPage {
90
91
constructor(navParams: NavParams) {
92
// componentProps can also be accessed at construction time using NavParams
93
- console.log(navParams.get('firstName');
+ console.log(navParams.get('firstName'));
94
}
95
96
core/src/components/modal/usage/angular.md
@@ -68,7 +68,7 @@ export class ModalPage {
68
69
70
71
72
73
74
0 commit comments