April 2017
Beginner to intermediate
378 pages
7h 57m
English
As mentioned earlier, this folder consists of our Ionic app, the HTML, CSS, and JS codes. If we open the src folder, we will find the following file structure:
. . ├── app │ ├── app.component.ts │ ├── app.html │ ├── app.module.ts │ ├── app.scss │ ├── main.ts ├── assets │ ├── icon ├── declarations.d.ts ├── index.html ├── manifest.json ├── pages │ ├── home ├── service-worker.js ├── theme ├── variables.scss
Let's look at each of these in detail:
Read now
Unlock full access