- AngularJS Web Application Development Blueprints
- Vinci Rufus
- 261字
- 2021-09-03 09:51:22
Chapter 3. Rapid Prototyping with AngularJS
In the previous chapter, we saw how to set up the various tools that will aid in building our AngularJS app. In this chapter, we will see how AngularJS lends itself as an excellent tool to create prototypes.
Rapid Prototyping is an excellent way of validating the goals of the web application you are planning to build. It gives useful and important feedback from users and stakeholders on various aspects of the application, such as user click flows, usability issues, and usefulness of the requirement specifications that were initially outlined.
In the past, prototypes were built using either wireframing tools, or developers would create a series of HTML pages linked with each other that would mimic the functioning of the web application. While the former never gave the right feel of how the app would look and behave, the latter would take a much longer time to build, especially if it was a large application.
Now, thanks to AngularJS, building such prototypes has become a lot easier, and one can build nearly functional prototype within a short time frame and with significantly less code.
In this chapter, we will do the following:
- Run through the various components of the application that we are going to prototype
- Understand Grid Layouts and see how Bootstrap works
- Add UI components such as carousels, accordions, and modal windows using Angular UI
- Learn the modular way to build pages using partials
- Create dummy data models to simulate dynamic data
- Use routes to link the controllers to the views
- 從零開始:數字圖像處理的編程基礎與應用
- Modular Programming with Python
- Instant Apache Stanbol
- 編程卓越之道(卷3):軟件工程化
- Java從入門到精通(第4版)
- Python編程完全入門教程
- SSM輕量級框架應用實戰
- C語言程序設計學習指導與習題解答
- JavaScript:Moving to ES2015
- C語言開發基礎教程(Dev-C++)(第2版)
- HTML 5與CSS 3權威指南(第3版·上冊)
- INSTANT Adobe Edge Inspect Starter
- PrimeFaces Blueprints
- Python編程快速上手2
- Google Adsense優化實戰