Outdated documentation

Hello

in this page
adding page- tutorial

somewhere near the bottom

static get parameters() {
return [[NavController], [NavParams]];
}

does not exist in the freshly generated ionic app tutorial anymore.

now it’s just

selectedItem: any;
icons: string[];
items: Array<{ title: string, note: string, icon: string }>;