- 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?
- Internet of Things with Intel Galileo
- MATLAB定量決策五大類問題
- Python機器學習實戰
- Python數據結構與算法(視頻教學版)
- Building RESTful Python Web Services
- Creating Stunning Dashboards with QlikView
- Python深度學習原理、算法與案例
- Python程序設計與算法基礎教程(第2版)(微課版)
- Java并發編程之美
- PrimeFaces Blueprints
- Web Developer's Reference Guide
- Scala Functional Programming Patterns
- Python預測分析實戰
- Android編程權威指南(第4版)
- Beginning PHP