Skip to content

Renan-S/Ionic-v3-Movie-App

Repository files navigation

What did i learn?

  1. Basics of creating an Ionic development environment and CLI;
  • ionic start movieApp tabs --type=ionic-angular (Project with ionic-v3)
  • ionic serve (Project view in localhost)
  • ionic cordova run android (Emulates project on Android Studio AVD)
  • ionic g page NeatPage (Neutral default page called NeatPage)
  • ionic g tabs (Create the TabsPage and its childs)
  • ionic g pipe (Pipes are archives made for filtering something)
  • ionic g provider (API caller)
  • ionic g components (Components are modals, pop, slider, etc. They are a less generalist Page. All new element)
  • ionic g directive (Directives are arquives to change the components behavior)
  1. Ionic lyfecyle;
    1. ngOnInit
    1. ionViewWillEnter
    1. ionViewDidEnter (DidLoad if only one time)
    1. ionViewWillLeave
    1. ionViewDidLeave
    1. ngOnDestroy
  1. Using framework specifics like:
  1. Non specifics:

About

Simple movie driven app in Ionic 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published