Skip to main content

How to Add Providers in Ionic3+ apps

· One min read

Providers are special classes which decorated with @Injectable decorator. Providers are used to a specific work.  We can organize the code and code can be reused in multiple places e.g in pages, other providers too.

We will added now simple Local StorageProvider by using the command
ionic g provider Storage

FontAwesome in ionic3+ apps

· One min read

Steps​

  1. Install Font-Awesome
    npm install font-awesome --save

  2. Create a config folder at root and create a file custom.copy.config.js
    config/custom.copy.config.js