Hello, I am trying to add modal to my App but it doesn’t recognize the code.
My code:
import { Component, ViewChild } from ‘@angular/core’;
import { IonModal } from ‘@ionic/angular’;
export class Tab1Page {
@ViewChild(IonModal) modal: IonModal;
})
This code was taken out of the Ionic UI Components Guide.
What am I missing here?
3 posts - 2 participants