Reputation: 49
I am getting this error when running ionic serve.I am using ion2-calender. The error is shown below
I used ion-calendar. I referred that from this link..
https://github.com/hsuanxyz/ion2-calendar/tree/91059592243f88318da1afcb2c1ef40356ead2b5
Everything worked fine expect for the back button and some icon.
How to add icons .Where should i make changes.
Ionic:
Ionic CLI : 5.4.15 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 5.0.0
@angular-devkit/build-angular : 0.803.25
@angular-devkit/schematics : 8.3.25
@angular/cli : 8.3.25
@ionic/angular-toolkit : 2.1.2
Utility:
cordova-res : not installed
native-run : not installed
System:
NodeJS : v10.15.2 (/usr/bin/node)
npm : 6.13.6
OS : Linux 5.3
Any help is highly appreciated.
Upvotes: 0
Views: 3736
Reputation: 34
The same error I get for my Ionic icons. What I'm doing is
and my error is fixed after I'm doing those steps.
Upvotes: 1