Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49259

Cannot add modal to my code

$
0
0

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;
})

2024-02-15 17_29_28-● tab1.page.ts - baustelle - Visual Studio Code

This code was taken out of the Ionic UI Components Guide.
What am I missing here?

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 49259

Trending Articles