AngularJS Web Application Development Blueprints

AngularJS Web Application Development Blueprints

Author: Vinci Rufus

Publisher: Packt Publishing Ltd

Published: 2014-08-25

Total Pages: 472

ISBN-13: 1783285621

DOWNLOAD EBOOK

If you are a web application developer interested in using AngularJS for a real-life project, then this book is for you. As a prerequisite, knowledge of JavaScript and HTML is expected, and a working knowledge of AngularJS is preferred.


Book Synopsis AngularJS Web Application Development Blueprints by : Vinci Rufus

Download or read book AngularJS Web Application Development Blueprints written by Vinci Rufus and published by Packt Publishing Ltd. This book was released on 2014-08-25 with total page 472 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you are a web application developer interested in using AngularJS for a real-life project, then this book is for you. As a prerequisite, knowledge of JavaScript and HTML is expected, and a working knowledge of AngularJS is preferred.


SignalR Blueprints

SignalR Blueprints

Author: Einar Ingebrigtsen

Publisher: Packt Publishing Ltd

Published: 2015-02-25

Total Pages: 244

ISBN-13: 1783983132

DOWNLOAD EBOOK

This book is designed for software developers, primarily those with knowledge of C#, .NET, and JavaScript. Good knowledge and understanding of SignalR is assumed to allow efficient programming of core elements and applications in SignalR.


Book Synopsis SignalR Blueprints by : Einar Ingebrigtsen

Download or read book SignalR Blueprints written by Einar Ingebrigtsen and published by Packt Publishing Ltd. This book was released on 2015-02-25 with total page 244 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is designed for software developers, primarily those with knowledge of C#, .NET, and JavaScript. Good knowledge and understanding of SignalR is assumed to allow efficient programming of core elements and applications in SignalR.


Mean Blueprints

Mean Blueprints

Author: Robert Onodi

Publisher: Packt Publishing

Published: 2016-05-27

Total Pages: 336

ISBN-13: 9781783553945

DOWNLOAD EBOOK

Unlock the power of the MEAN stack by creating attractive and real-world projectsAbout This Book*Build six optimum end-to-end web applications using the M.E.A.N stack*Follow the advanced Angular.js 2 application structure to build more scalable and maintainable apps*Integrate an authorization system into your application and reuse existing code from projectsWho This Book Is ForIf you are a web developer with a basic understanding of the MEAN stack, experience in developing applications with JavaScript, and basic experience with NoSQL databases, then this book is for you.What You Will Learn*Build modern, end-to-end web applications by employing the full stack web development solution of MEAN*Learn NoSQL databases and separate the client logic from the server code*Build a complex application from start to finish and work with monetary data in MongoDB*Handle a multi-user type system and authorize your users to access control list*Implement a chat application from scratch using Socket.IO*Create distributed applications and use the power of server-side rendering in your applications*Extend a project with a real-time bidding system using WebSocketsIn DetailThe MEAN stack is a combination of the most popular web development frameworks available-MongoDB, Angular, Express, and Node.js used together to offer a powerful and comprehensive full stack web development solution. It is the modern day web dev alternative to the old LAMP stack. It works by allowing AngularJS to handle the front end, and selecting Mongo, Express, and Node to handle the back-end development, which makes increasing sense to forward-thinking web developers. The MEAN stack is great if you want to prototype complex web applications.This book will enable you to build a better foundation for your AngularJS apps. Each chapter covers a complete, single, advanced end-to-end project. You'll learn how to build complex real-life applications with the MEAN stack and few more advanced projects. You will become familiar with WebSockets and build real-time web applications, as well as create auto-destructing entities. Later, we will combine server-side rendering techniques with a single page application approach. You'll build a fun project and see how to work with monetary data in Mongo. You will also find out how to a build real-time e-commerce application.By the end of this book, you will be a lot more confident in developing real-time, complex web applications using the MEAN stack.


Book Synopsis Mean Blueprints by : Robert Onodi

Download or read book Mean Blueprints written by Robert Onodi and published by Packt Publishing. This book was released on 2016-05-27 with total page 336 pages. Available in PDF, EPUB and Kindle. Book excerpt: Unlock the power of the MEAN stack by creating attractive and real-world projectsAbout This Book*Build six optimum end-to-end web applications using the M.E.A.N stack*Follow the advanced Angular.js 2 application structure to build more scalable and maintainable apps*Integrate an authorization system into your application and reuse existing code from projectsWho This Book Is ForIf you are a web developer with a basic understanding of the MEAN stack, experience in developing applications with JavaScript, and basic experience with NoSQL databases, then this book is for you.What You Will Learn*Build modern, end-to-end web applications by employing the full stack web development solution of MEAN*Learn NoSQL databases and separate the client logic from the server code*Build a complex application from start to finish and work with monetary data in MongoDB*Handle a multi-user type system and authorize your users to access control list*Implement a chat application from scratch using Socket.IO*Create distributed applications and use the power of server-side rendering in your applications*Extend a project with a real-time bidding system using WebSocketsIn DetailThe MEAN stack is a combination of the most popular web development frameworks available-MongoDB, Angular, Express, and Node.js used together to offer a powerful and comprehensive full stack web development solution. It is the modern day web dev alternative to the old LAMP stack. It works by allowing AngularJS to handle the front end, and selecting Mongo, Express, and Node to handle the back-end development, which makes increasing sense to forward-thinking web developers. The MEAN stack is great if you want to prototype complex web applications.This book will enable you to build a better foundation for your AngularJS apps. Each chapter covers a complete, single, advanced end-to-end project. You'll learn how to build complex real-life applications with the MEAN stack and few more advanced projects. You will become familiar with WebSockets and build real-time web applications, as well as create auto-destructing entities. Later, we will combine server-side rendering techniques with a single page application approach. You'll build a fun project and see how to work with monetary data in Mongo. You will also find out how to a build real-time e-commerce application.By the end of this book, you will be a lot more confident in developing real-time, complex web applications using the MEAN stack.


Building Large-Scale Web Applications with Angular

Building Large-Scale Web Applications with Angular

Author: Chandermani Arora

Publisher: Packt Publishing Ltd

Published: 2018-12-21

Total Pages: 686

ISBN-13: 1789958326

DOWNLOAD EBOOK

A definitive guide on frontend development with Angular from design to deployment Key FeaturesDevelop web applications from scratch using Angular and TypeScriptExplore reactive programming principles and RxJS to develop and test apps easilyStudy continuous integration and deployment on the AWS cloudBook Description If you have been burnt by unreliable JavaScript frameworks before, you will be amazed by the maturity of the Angular platform. Angular enables you to build fast, efficient, and real-world web apps. In this Learning Path, you'll learn Angular and to deliver high-quality and production-grade Angular apps from design to deployment. You will begin by creating a simple fitness app, using the building blocks of Angular, and make your final app, Personal Trainer, by morphing the workout app into a full-fledged personal workout builder and runner with an advanced directive building - the most fundamental and powerful feature of Angular. You will learn the different ways of architecting Angular applications using RxJS, and some of the patterns that are involved in it. Later you’ll be introduced to the router-first architecture, a seven-step approach to designing and developing mid-to-large line-of-business apps, along with popular recipes. By the end of this book, you will be familiar with the scope of web development using Angular, Swagger, and Docker, learning patterns and practices to be successful as an individual developer on the web or as a team in the Enterprise. This Learning Path includes content from the following Packt products: Angular 6 by Example by Chandermani Arora, Kevin HennessyArchitecting Angular Applications with Redux, RxJS, and NgRx by Christoffer NoringAngular 6 for Enterprise-Ready Web Applications by Doguhan UlucaWhat you will learnDevelop web applications from scratch using Angular and TypeScriptExplore reactive programming principles, RxJS to develop and test apps efficientlyStudy continuous integration and deployment your Angular app on the AWS cloudWho this book is for If you're a JavaScript or frontend developer looking to gain comprehensive experience of using Angular for end-to-end enterprise-ready applications, this Learning Path is for you.


Book Synopsis Building Large-Scale Web Applications with Angular by : Chandermani Arora

Download or read book Building Large-Scale Web Applications with Angular written by Chandermani Arora and published by Packt Publishing Ltd. This book was released on 2018-12-21 with total page 686 pages. Available in PDF, EPUB and Kindle. Book excerpt: A definitive guide on frontend development with Angular from design to deployment Key FeaturesDevelop web applications from scratch using Angular and TypeScriptExplore reactive programming principles and RxJS to develop and test apps easilyStudy continuous integration and deployment on the AWS cloudBook Description If you have been burnt by unreliable JavaScript frameworks before, you will be amazed by the maturity of the Angular platform. Angular enables you to build fast, efficient, and real-world web apps. In this Learning Path, you'll learn Angular and to deliver high-quality and production-grade Angular apps from design to deployment. You will begin by creating a simple fitness app, using the building blocks of Angular, and make your final app, Personal Trainer, by morphing the workout app into a full-fledged personal workout builder and runner with an advanced directive building - the most fundamental and powerful feature of Angular. You will learn the different ways of architecting Angular applications using RxJS, and some of the patterns that are involved in it. Later you’ll be introduced to the router-first architecture, a seven-step approach to designing and developing mid-to-large line-of-business apps, along with popular recipes. By the end of this book, you will be familiar with the scope of web development using Angular, Swagger, and Docker, learning patterns and practices to be successful as an individual developer on the web or as a team in the Enterprise. This Learning Path includes content from the following Packt products: Angular 6 by Example by Chandermani Arora, Kevin HennessyArchitecting Angular Applications with Redux, RxJS, and NgRx by Christoffer NoringAngular 6 for Enterprise-Ready Web Applications by Doguhan UlucaWhat you will learnDevelop web applications from scratch using Angular and TypeScriptExplore reactive programming principles, RxJS to develop and test apps efficientlyStudy continuous integration and deployment your Angular app on the AWS cloudWho this book is for If you're a JavaScript or frontend developer looking to gain comprehensive experience of using Angular for end-to-end enterprise-ready applications, this Learning Path is for you.


MEAN Blueprints

MEAN Blueprints

Author: Robert Onodi

Publisher: Packt Publishing Ltd

Published: 2016-05-30

Total Pages: 336

ISBN-13: 1785285807

DOWNLOAD EBOOK

Unlock the power of the MEAN stack by creating attractive and real-world projects About This Book Build six optimum end-to-end web applications using the M.E.A.N stack Follow the advanced Angular.js 2 application structure to build more scalable and maintainable apps Integrate an authorization system into your application and reuse existing code from projects Who This Book Is For If you are a web developer with a basic understanding of the MEAN stack, experience in developing applications with JavaScript, and basic experience with NoSQL databases, then this book is for you. What You Will Learn Build modern, end-to-end web applications by employing the full stack web development solution of MEAN Learn NoSQL databases and separate the client logic from the server code Build a complex application from start to finish and work with monetary data in MongoDB Handle a multi-user type system and authorize your users to access control list Implement a chat application from scratch using Socket.IO Create distributed applications and use the power of server-side rendering in your applications Extend a project with a real-time bidding system using WebSockets In Detail The MEAN stack is a combination of the most popular web development frameworks available—MongoDB, Angular, Express, and Node.js used together to offer a powerful and comprehensive full stack web development solution. It is the modern day web dev alternative to the old LAMP stack. It works by allowing AngularJS to handle the front end, and selecting Mongo, Express, and Node to handle the back-end development, which makes increasing sense to forward-thinking web developers. The MEAN stack is great if you want to prototype complex web applications. This book will enable you to build a better foundation for your AngularJS apps. Each chapter covers a complete, single, advanced end-to-end project. You'll learn how to build complex real-life applications with the MEAN stack and few more advanced projects. You will become familiar with WebSockets and build real-time web applications, as well as create auto-destructing entities. Later, we will combine server-side rendering techniques with a single page application approach. You'll build a fun project and see how to work with monetary data in Mongo. You will also find out how to a build real-time e-commerce application. By the end of this book, you will be a lot more confident in developing real-time, complex web applications using the MEAN stack. Style and approach This book is filled with independent hands-on projects that teach you how to build real-life end-to-end complex web applications using the MEAN stack.


Book Synopsis MEAN Blueprints by : Robert Onodi

Download or read book MEAN Blueprints written by Robert Onodi and published by Packt Publishing Ltd. This book was released on 2016-05-30 with total page 336 pages. Available in PDF, EPUB and Kindle. Book excerpt: Unlock the power of the MEAN stack by creating attractive and real-world projects About This Book Build six optimum end-to-end web applications using the M.E.A.N stack Follow the advanced Angular.js 2 application structure to build more scalable and maintainable apps Integrate an authorization system into your application and reuse existing code from projects Who This Book Is For If you are a web developer with a basic understanding of the MEAN stack, experience in developing applications with JavaScript, and basic experience with NoSQL databases, then this book is for you. What You Will Learn Build modern, end-to-end web applications by employing the full stack web development solution of MEAN Learn NoSQL databases and separate the client logic from the server code Build a complex application from start to finish and work with monetary data in MongoDB Handle a multi-user type system and authorize your users to access control list Implement a chat application from scratch using Socket.IO Create distributed applications and use the power of server-side rendering in your applications Extend a project with a real-time bidding system using WebSockets In Detail The MEAN stack is a combination of the most popular web development frameworks available—MongoDB, Angular, Express, and Node.js used together to offer a powerful and comprehensive full stack web development solution. It is the modern day web dev alternative to the old LAMP stack. It works by allowing AngularJS to handle the front end, and selecting Mongo, Express, and Node to handle the back-end development, which makes increasing sense to forward-thinking web developers. The MEAN stack is great if you want to prototype complex web applications. This book will enable you to build a better foundation for your AngularJS apps. Each chapter covers a complete, single, advanced end-to-end project. You'll learn how to build complex real-life applications with the MEAN stack and few more advanced projects. You will become familiar with WebSockets and build real-time web applications, as well as create auto-destructing entities. Later, we will combine server-side rendering techniques with a single page application approach. You'll build a fun project and see how to work with monetary data in Mongo. You will also find out how to a build real-time e-commerce application. By the end of this book, you will be a lot more confident in developing real-time, complex web applications using the MEAN stack. Style and approach This book is filled with independent hands-on projects that teach you how to build real-life end-to-end complex web applications using the MEAN stack.


Architecting Angular Applications with Redux, RxJS, and NgRx

Architecting Angular Applications with Redux, RxJS, and NgRx

Author: Christoffer Noring

Publisher: Packt Publishing Ltd

Published: 2018-03-26

Total Pages: 355

ISBN-13: 1787121755

DOWNLOAD EBOOK

Managing the state of large-scale web applications is a highly challenging task with the need to align different components, backends, and web workers harmoniously. When it comes to Angular, you can use NgRx, which combines the simplicity of Redux with the reactive programming power of RxJS to build your application architecture, making your ...


Book Synopsis Architecting Angular Applications with Redux, RxJS, and NgRx by : Christoffer Noring

Download or read book Architecting Angular Applications with Redux, RxJS, and NgRx written by Christoffer Noring and published by Packt Publishing Ltd. This book was released on 2018-03-26 with total page 355 pages. Available in PDF, EPUB and Kindle. Book excerpt: Managing the state of large-scale web applications is a highly challenging task with the need to align different components, backends, and web workers harmoniously. When it comes to Angular, you can use NgRx, which combines the simplicity of Redux with the reactive programming power of RxJS to build your application architecture, making your ...


Web Application Development with Mean

Web Application Development with Mean

Author: Amos Q. Haviv

Publisher:

Published: 2017-06-15

Total Pages: 868

ISBN-13: 9781787121720

DOWNLOAD EBOOK


Book Synopsis Web Application Development with Mean by : Amos Q. Haviv

Download or read book Web Application Development with Mean written by Amos Q. Haviv and published by . This book was released on 2017-06-15 with total page 868 pages. Available in PDF, EPUB and Kindle. Book excerpt:


LLVM Cookbook

LLVM Cookbook

Author: Mayur Pandey

Publisher: Packt Publishing Ltd

Published: 2015-05-30

Total Pages: 296

ISBN-13: 1785286404

DOWNLOAD EBOOK

The book is for compiler programmers who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using LLVM infrastructure in a meaningful way in their work. This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. With knowledge of how compilers work, they will be able to code in an optimal way and improve performance with clean code.


Book Synopsis LLVM Cookbook by : Mayur Pandey

Download or read book LLVM Cookbook written by Mayur Pandey and published by Packt Publishing Ltd. This book was released on 2015-05-30 with total page 296 pages. Available in PDF, EPUB and Kindle. Book excerpt: The book is for compiler programmers who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using LLVM infrastructure in a meaningful way in their work. This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. With knowledge of how compilers work, they will be able to code in an optimal way and improve performance with clean code.


Angular 2 Blueprints

Angular 2 Blueprints

Author: Vinci Rufus

Publisher:

Published: 2016-12-30

Total Pages: 403

ISBN-13: 9781785889905

DOWNLOAD EBOOK

Build end-to-end practical projects with Angular 2About This Book* Why cut corners with copy and pasted spaghetti code when you can work through templates that are clearly commented upon and explained by expert teachers? This book will save you time without alienating you from your code* From Packt's Blueprints collection comes Angular 2 Blueprints, featuring projects that are fun, practical, and can be used every day in your own working lives* Build complete and professional applications ranging from social media and mobile web applications to CMS and an e-commerce store* This book covers crucial professional tasks such as testing and prototyping as you go; so you will practice careful and conscientious codingWho This Book Is ForIf you are a web application developer interested in using AngularJS for a real-life project, then this book is for you. Also, professionals who are looking to start using Angular 2 or are looking to upgrade their skills from Angular 1 to Angular 2 will find this book useful. As a prerequisite, knowledge of JavaScript and HTML is expected and a working knowledge of AngularJS is preferred.What You Will Learn* See how the new components and modules of Angular 2 replaced various features from Angular 1* Migrate your application module by module so that both Angular 1.x and Angular 2.x code can work within a single project* Create custom components that can be inserted into WordPress themes to build fluid, responsive, and beautiful websites* Find out to integrate Supersonic and Steroids tools to build hybrid apps using Angular* Understand how a whiteboard collaboration app can allow users to join a conference and draw on a virtual whiteboard with real-time viewing facility* Work through techniques to enhance your application's performance and secure critical data* Master Push-to-Deploy to deploy your applications on the cloud using Heroku and Google CloudIn DetailThis is a learn-as-you-build practical guide to building full-fledged applications using Angular 2 and other associated tools. It starts by unveiling the new features of the Angular 2 framework and quickly walks you through the basic building blocks that form the basis of making an application. If you have been building applications with 1.x versions of Angular, this book will also lay down the migration steps required to port your application to the newer version without disrupting the functionalities.Each chapter comprises a project and takes you through the process of building applications such as a single-page responsive web app, hybrid mobile app, video conference app, or stock market app, and will show you how to eventually deploy the application's source code to a Google Cloud Source Repository. Other practical projects include a CMS and a Facebook app, as well as other valuable examples for any developer's utility belt.Through the course of building applications, this book will not only help you get to grips with the various features of the Angular 2 framework, but will also teach you how to design and prototype professional-grade applications with performance and security considerations.


Book Synopsis Angular 2 Blueprints by : Vinci Rufus

Download or read book Angular 2 Blueprints written by Vinci Rufus and published by . This book was released on 2016-12-30 with total page 403 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build end-to-end practical projects with Angular 2About This Book* Why cut corners with copy and pasted spaghetti code when you can work through templates that are clearly commented upon and explained by expert teachers? This book will save you time without alienating you from your code* From Packt's Blueprints collection comes Angular 2 Blueprints, featuring projects that are fun, practical, and can be used every day in your own working lives* Build complete and professional applications ranging from social media and mobile web applications to CMS and an e-commerce store* This book covers crucial professional tasks such as testing and prototyping as you go; so you will practice careful and conscientious codingWho This Book Is ForIf you are a web application developer interested in using AngularJS for a real-life project, then this book is for you. Also, professionals who are looking to start using Angular 2 or are looking to upgrade their skills from Angular 1 to Angular 2 will find this book useful. As a prerequisite, knowledge of JavaScript and HTML is expected and a working knowledge of AngularJS is preferred.What You Will Learn* See how the new components and modules of Angular 2 replaced various features from Angular 1* Migrate your application module by module so that both Angular 1.x and Angular 2.x code can work within a single project* Create custom components that can be inserted into WordPress themes to build fluid, responsive, and beautiful websites* Find out to integrate Supersonic and Steroids tools to build hybrid apps using Angular* Understand how a whiteboard collaboration app can allow users to join a conference and draw on a virtual whiteboard with real-time viewing facility* Work through techniques to enhance your application's performance and secure critical data* Master Push-to-Deploy to deploy your applications on the cloud using Heroku and Google CloudIn DetailThis is a learn-as-you-build practical guide to building full-fledged applications using Angular 2 and other associated tools. It starts by unveiling the new features of the Angular 2 framework and quickly walks you through the basic building blocks that form the basis of making an application. If you have been building applications with 1.x versions of Angular, this book will also lay down the migration steps required to port your application to the newer version without disrupting the functionalities.Each chapter comprises a project and takes you through the process of building applications such as a single-page responsive web app, hybrid mobile app, video conference app, or stock market app, and will show you how to eventually deploy the application's source code to a Google Cloud Source Repository. Other practical projects include a CMS and a Facebook app, as well as other valuable examples for any developer's utility belt.Through the course of building applications, this book will not only help you get to grips with the various features of the Angular 2 framework, but will also teach you how to design and prototype professional-grade applications with performance and security considerations.


Ionic Framework By Example

Ionic Framework By Example

Author: Sani Yusuf

Publisher: Packt Publishing Ltd

Published: 2016-01-27

Total Pages: 159

ISBN-13: 1782175415

DOWNLOAD EBOOK

Build amazing cross-platform mobile apps with Ionic, the HTML5 framework that makes modern mobile application development simple About This Book Learn how to use one of the most exciting mobile development frameworks around to build even better apps Follow the featured sample projects to experience Ionic's impressive capabilities Extend your developer skillset to build, test, and launch mobile apps with confidence Who This Book Is For This book is for anyone who wants to see Ionic in action - and find out how it could transform the way they build mobile apps. If you're a JavaScript web developer, you'll be building great projects in no time. What You Will Learn Learn Ionic by creating three complete mobile applications Get to know the Ionic CLI Add basic and advanced features to the Ionic framework Connect an Ionic app with a Firebase back end Integrate PhoneGap plugins with NG-Cordova Test your apps to improve and optimize performance In Detail Change doesn't have to be challenging. Sometimes it can be simple – sometimes it just makes sense. With Ionic, mobile development has never been so simple, so elegant and obvious. By helping developers to harness AngularJS and HTML5 for mobile development, it's the perfect framework for anyone obsessed with performance, and anyone that understands just how important a great user experience really is. This book shows you how to get started with Ionic framework immediately. But it doesn't just give you instructions and then expect you to follow them. Instead it demonstrates what Ionic is capable of through three practical projects you can follow and build yourself. From a basic to-do list app, a London tourist app, to a complete social media app, all three projects have been designed to help you learn Ionic at its very best. From setting up your project to developing on both the server side and front end, and best practices for testing and debugging your projects, you'll quickly become a better mobile developer, delivering high performance mobile apps that look awesome. Ionic Framework by Example is for people who don't want to learn now, build later – it's for people who want to learn and build at the same time – so they can meet today's mobile development challenges head on and deliver better products than anyone else. Style and approach This book isn't just an instruction manual. It doesn't just tell you what to do – it shows you. Featuring three sample projects, it's been created so you can get started with Ionic immediately.


Book Synopsis Ionic Framework By Example by : Sani Yusuf

Download or read book Ionic Framework By Example written by Sani Yusuf and published by Packt Publishing Ltd. This book was released on 2016-01-27 with total page 159 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build amazing cross-platform mobile apps with Ionic, the HTML5 framework that makes modern mobile application development simple About This Book Learn how to use one of the most exciting mobile development frameworks around to build even better apps Follow the featured sample projects to experience Ionic's impressive capabilities Extend your developer skillset to build, test, and launch mobile apps with confidence Who This Book Is For This book is for anyone who wants to see Ionic in action - and find out how it could transform the way they build mobile apps. If you're a JavaScript web developer, you'll be building great projects in no time. What You Will Learn Learn Ionic by creating three complete mobile applications Get to know the Ionic CLI Add basic and advanced features to the Ionic framework Connect an Ionic app with a Firebase back end Integrate PhoneGap plugins with NG-Cordova Test your apps to improve and optimize performance In Detail Change doesn't have to be challenging. Sometimes it can be simple – sometimes it just makes sense. With Ionic, mobile development has never been so simple, so elegant and obvious. By helping developers to harness AngularJS and HTML5 for mobile development, it's the perfect framework for anyone obsessed with performance, and anyone that understands just how important a great user experience really is. This book shows you how to get started with Ionic framework immediately. But it doesn't just give you instructions and then expect you to follow them. Instead it demonstrates what Ionic is capable of through three practical projects you can follow and build yourself. From a basic to-do list app, a London tourist app, to a complete social media app, all three projects have been designed to help you learn Ionic at its very best. From setting up your project to developing on both the server side and front end, and best practices for testing and debugging your projects, you'll quickly become a better mobile developer, delivering high performance mobile apps that look awesome. Ionic Framework by Example is for people who don't want to learn now, build later – it's for people who want to learn and build at the same time – so they can meet today's mobile development challenges head on and deliver better products than anyone else. Style and approach This book isn't just an instruction manual. It doesn't just tell you what to do – it shows you. Featuring three sample projects, it's been created so you can get started with Ionic immediately.