- 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?
- Apache ZooKeeper Essentials
- Arduino by Example
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Java性能權威指南(第2版)
- 快人一步:系統性能提高之道
- FPGA嵌入式項目開發實戰
- Python 3 Object:oriented Programming(Second Edition)
- JavaScript編程精解(原書第2版)
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- Android 5從入門到精通
- 匯編語言程序設計教程
- Clojure High Performance Programming
- Python Geospatial Analysis Cookbook
- JavaScript高級程序設計(第3版)
- R語言編程:基于tidyverse