Angular
The component-based framework uses Typescript as the main (and unique) JavaScript platform. Angular is a complete superset of libraries designed for all purposes of Single Page Applications (SPA), very useful for developing applications from scratch. You can link your templates and your Typescript code so you HTML is updated with values from your code and ready to react on user actions . You need to learn three basic concepts about this framework—directives, modules, and components. Each one involves another, and you need to register each component with one Module to make it available. JavaScript also has its own module system for managing collections of JavaScript objects. It's completely different and unrelated to Angular's module system. Angular has its own implementation to define service classes, routes, double data binding, HTTP requests, and so on, making this framework very heavyweight.
- Application Development with Qt Creator(Second Edition)
- Building E-commerce Sites with VirtueMart Cookbook
- Building Django 2.0 Web Applications
- SEO 20日
- Spring Boot 2.0 Projects
- Django 2 by Example
- 雷達饋線技術
- 網管員必讀:網絡管理(第2版)
- 通信原理及MATLAB/Simulink仿真
- 一本書讀懂物聯網
- LwIP應用開發實戰指南:基于STM32
- Python API Development Fundamentals
- 智能物聯網:區塊鏈與霧計算融合應用詳解
- Architecting Data:Intensive Applications
- 路由與交換技術