Ways to reproduce:
- npm install –g @ionic/cli
- ionic start
- Create an application using Angular & Tab Template
- Ionic build --production
- Go to www folder and run http-server (install via npm install -g http-server)
- open http://127.0.0.1:8080
- click either tab2 or tab3, check console
- get error: ERROR Error: Uncaught (in promise): TypeError: Property description must be an object: undefined
Not sure how this problem can be resolved?
1 post - 1 participant