Website about a shopping system built with Ionic Framework along with Angular.
nShopping Web is a website built with Ionic Framework along with Angular for a simple shopping system. This application was made for the sole purpose of learning the Ionic framework better. You can interact with the project (here).
| Password | |
|---|---|
| william@email.com | 123 |
The hosting service may have a certain delay (~ 1 min) for uploading the application so the loading of the website may have a certain delay.
Type in your terminal:
-
npm install
-
sudo ionic serve
Details about each version are documented in the releases section.
| Name | Type | Description |
|---|---|---|
| docs | Directory |
Documentation files |
| resources | Directory |
When building the app for different platforms (like iOS or android), this folder will be automatically generated with the app resources like the logo and the splash screen image |
| src | Directory |
Application and test files |
| Name | Type | Description |
|---|---|---|
| app | Directory |
Has all the components, modules, pages, services and styles needed for building the application |
| assets | Directory |
Application static files |
| environments | Directory |
Configuration files used by the Angular CLI to manage the different environment variables |
| theme | Directory |
It includes all the theming, variables and sass mixins to be used in the application |
| global.scss | File |
Style used by multiple pages |
| index.html | File |
Application point entry |
| main.ts | File |
Application point entry |
| test.ts | File |
Test file |
| zone-flag.ts | File |
Prevents Angular change detection from running with certain Web Component callbacks |
| Name | Type | Description |
|---|---|---|
| config | Directory |
Configuration classes |
| dto | Directory |
Data transfer object classes |
| interceptors | Directory |
Classes that intercept the HTTP requests and errors |
| models | Directory |
Application model classes, including domain classes |
| pages | Directory |
Application pages |
| services | Directory |
Classes responsible for providing data from APIs and utility services |
| app-routing.module.ts | File |
Application page routes |
| app.component.html | File |
Application main HTML |
| app.component.ts | File |
Application main component |
| app.module.ts | File |
Context of application main component |













