confusion-ionic | Ionic 3 and cordova Coursera course | Mobile Application library
kandi X-RAY | confusion-ionic Summary
kandi X-RAY | confusion-ionic Summary
Ionic 3 and cordova Coursera course from
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of confusion-ionic
confusion-ionic Key Features
confusion-ionic Examples and Code Snippets
Community Discussions
Trending Discussions on confusion-ionic
QUESTION
I've been following a coursera tutorial, but I have an error.
I have the teacher's code but it doesn't work
Sorry I do not put code, but I do not know what code to put since everything marks well
attached images and link of bitbucket where is my current code
In advance thanks for the help
bitbucket link: https://bitbucket.org/pablolira/confusion-ionic/src/master/
PD: These are the versions I am using:
- node@8.11.3
- @angular/cli@8.3.18
- cordova@9.0.0
- ionic@3.20.1
- json-server@0.15.1
- typescript@3.7.2
ANSWER
Answered 2020-Feb-28 at 22:22I believe this is happening because you've forgotten to add a module file for the home page. All page files will need a pageName.module.ts
file where you setup the declarations, imports, exports, etc. for the page. What your home folder looks like:
what it should look like (example from your about page folder):
You should be able to copy the contents from about.module.ts
and paste into a new file home.module.ts
, replacing references to the About Page with references to the Home Page.
You can also avoid this going forward if you use the Ionic CLI to generate pages like so:
ionic generate page home
or checkout the docs for more options on generating pages, components, directives, and services that come with the necessary boilerplate.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install confusion-ionic
NodeJS: 12.18.3
npm: 6.14.8
Ionic: 3.20.1
cordove: 9.0.0
Clone the project: git clone https://github.com/belachkar/confusion-ionic.git. If you want to change the name just add the name you want for the project at the end: git clone https://github.com/belachkar/confusion-ionic.git confusion.
Change the directory: WIN: cd .\confusion-ionic. LINUX: cd ./confusion-ionic.
Install the npm dependencies: npm i.
For compatibility of commands for the rest of the lessons, may be you should install ionic v3.20.1 globally npm i -g ionic@3.
package.json
ionic.config.json
config.xml in the name tag: <name>confusion-ionic</name>.
Drop the package-lock.json file, and run npm i to recreate it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page