- Hands-On Full Stack Web Development with Angular 6 and Laravel 5
- Fernando Monteiro
- 207字
- 2021-07-23 19:18:52
Angular 6 – smaller, faster, and easier
The following features are not exclusively for version 6, but were included from version 5; we are just mentioning them here because they are powerful features for building modern web applications:
- Webpack: You can now generate smaller modules by using the scope hosting technique.
- You can reduce bundle sizes for common use cases by using the RxJS 6 library for JavaScript.
- The Angular CLI, allowing for commands such as ng update, can be used to update all dependencies.
- You will have the option to start your application using Angular material design.
- The ng add command supports creating progressive web applications or turning an existing one into a Progressive Web Application (PWA).
- You will have the opportunity to use Bazel to build your application's libraries and to share libraries with other teams.
- Angular makes it possible to package custom HTML/JavaScript elements for use in third-party applications.
Of course, there are many other improvements and features in the Angular 6 release; note that this book was written on the Angular 6 beta 7 version, and the next chapters will have more news about the current Angular version.
推薦閱讀
- FreeSWITCH 1.2
- 物聯網短距離無線通信技術應用與開發
- C++黑客編程揭秘與防范
- Building E-commerce Sites with VirtueMart Cookbook
- INSTANT PhpStorm Starter
- 局域網組建、管理與維護項目教程(Windows Server 2003)
- 4G小基站系統原理、組網及應用
- 通信十年:擁抱互聯網
- Learning Storm
- 網絡利他行為研究:積極心理學的視角
- 圖神經網絡前沿
- Qt5 Python GUI Programming Cookbook
- Building RESTful Web Services with .NET Core
- 小型局域網組建
- Microservices Development Cookbook