Intially I have an angular project where I have used Angular Material, later I have added the Ionic Framework by this process(https://stack247.wordpress.com/2019/03/11/integrate-ionic-in-existing-angular-project/), but I am not able use Ionic components, even the console is not displaying any errors.
my app.module.ts
import { IonicModule } from '@ionic/angular';
imports[IonicModule]
HTML:
<ion-badge color="primary">11</ion-badge>