- Learning Ionic
- Arvind Ravulavaru
- 205字
- 2021-07-16 13:40:53
Chapter 1. Ionic – Powered by AngularJS
Ionic is one of the most widely used mobile hybrid frameworks. It has more than 17,000 stars and more than 2,700 forks on GitHub at the time of writing this chapter. Ionic is built on top of AngularJS, a super heroic framework for building MVW apps. In this introductory chapter, we will take a look at AngularJS and understand how it powers Ionic. We will take a look at a couple of key AngularJS components, named directives, and services that are widely used when working with Ionic.
Note
This book assumes that you have basic to intermediate knowledge of AngularJS. If not, you can follow the book AngularJS Essentials, Rodrigo Branas, or the video Learning AngularJS, Jack Herrington, both by Packt Publishing, to get yourself acquainted with AngularJS.
In this chapter, I will explain only AngularJS directives and services. For other core AngularJS concepts, refer to the book/video mentioned earlier.
In this chapter, we will cover the following topics:
- What is separation of concerns?
- How does AngularJS solve this problem?
- What are AngularJS built-in directives and custom directives?
- What are AngularJS services and how do custom services work?
- How are directives and services leveraged in Ionic?
- Java語言程序設計
- 零起步玩轉掌控板與Mind+
- Moodle Administration Essentials
- Apache Spark 2.x Machine Learning Cookbook
- Web交互界面設計與制作(微課版)
- Python Deep Learning
- Python零基礎快樂學習之旅(K12實戰訓練)
- Java EE核心技術與應用
- 編程菜鳥學Python數據分析
- Building Wireless Sensor Networks Using Arduino
- JBoss:Developer's Guide
- Getting Started with React VR
- 會當凌絕頂:Java開發修行實錄
- Robot Framework Test Automation
- 絕密原型檔案:看看專業產品經理的原型是什么樣