/task-ionic-angularjs

App of task in Ionic and Angular JS

Primary LanguageTypeScript

NPM Version Node JS Angular JS Ionic License

Site

Install dependences

in task-ionic-angularjs/

npm install

or

yarn install

TaskIonicAngularjs

This project was generated with Angular CLI version 8.1.3.

Development server

Run ionic serve for a dev server. Navigate to http://localhost:8100/. The app will automatically reload if you change any of the source files.


Create project

ionic start NameProject tabs

Start project with browser

ionic serve -o

Create page - module without spec.ts

ionic g page pages/add --spec=false

or

ionic generate page pages/add --spec=false

Create component without spec.ts and .css

ng g c components/lists --spec=false -is

or

ng generate component components/lists --spec=false -is

Create service without spec.ts

ionic g s services/wishes --spec=false

or

ionic generate service services/wishes --spec=false

Create module

ionic g m components

or

ionic generate module components

Create pipe without spec.ts

ng g p pipes/filterCompleted --spec=false
ng generate pipe pipes/filterCompleted --spec=false

Server local

install global sudo npm i -g http-server

deploy in /task-ionic-angularjs/dist/task-ionic-angularjs/

http-server

or

http-server -o