30Build und Deployment mit der Angular CLI
»Our code needs to be transpiled from TypeScript to JavaScriptand bundled into a format that browsers understand.
I am grateful that the Angular CLI takes care of this for me.
It lets me create a production-ready bundle with all the optimizationsnecessary to have the smallest and most performantAngular application.«
Amadou Sall(Google Developer Expert)
Mit der Entwicklung unserer Angular-Anwendung ist die Arbeit am Code theoretisch abgeschlossen. Praktisch ist der Weg aber noch nicht zu Ende, denn bis die Anwendung produktiv ausgerollt ist, sind noch einige Schritte nötig. Darum soll es in diesem Kapitel gehen: Wir lernen, wie die Anwendung mithilfe der Angular CLI gebaut und ausgeliefert wird. Dabei ...
Get Angular, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.