An application with angular 2 & Ionic 2- to get 'Reddits' for different categories using reddits API.
Install the dependencies
$ npm install
** serve in the browser
$ ionic serve
Ionic 2 commands :
- to create new ionic 2 project : ionic start projectname --v2 [--v2 to create ionic2 app]
- to create new component/page in ionic app : ionic g page PageName [generates folder for that page with .ts .html .scss files]
- to create new provider inside ionic app : ionic g provider ProviderName
- to get phone view of app in browser : ionic serve --lab