项目作者: TeodorDimitrov89

项目描述 :
Ionic 2 / Ionic 3 Basics
高级语言: JavaScript
项目地址: git://github.com/TeodorDimitrov89/Udemy-Course.git
创建时间: 2017-12-28T13:26:28Z
项目社区:https://github.com/TeodorDimitrov89/Udemy-Course

开源协议:MIT License

下载


Udemy-Course

Ionic 2 / Ionic 3 Basics

How to start?

  1. 1. Download the repo.
  2. 2. In the terminal write "ionic serve" to start the server.

Section 2: Mastering the Basics

Tasks:

Exercise 1:

  1. Create two new Pages
  2. - Shop
  3. - Buyout
  4. Either create them via CLI or manually

Exercise 2:

  1. Add a Button to the "Home" Page which leads to the "Shop" Page.
  2. Add a Button to the "Shop" Page which leads to the "Buyout" Page.

Exercise 3:

  1. Add two new Buttons to the "Shop" Page (you now have three in total)
  2. Give each Button the Caption of a Product (e.g. 'Milk', 'Bread' and 'Apples')
  3. Make all three Buttons load the "Buyout" Page but pass the different Product
  4. Names as data

Exercise 4:

  1. Add a "Buy" Button to the "Buyout" Page and have this Button load the Root Page ("Home" Page)

Section 3: Favourite Quotes Application

  1. Check application structure image

Section 4: “The Recipe Book” App (User Input, Forms and Data Management)

  1. Check application structure image

Section 5: “The Extended Recipe Book” App (Auth and Http)
TODO: