$5 Tech Unlocked 2021!
Buy and download this Book for only $5 on PacktPub.com
If you have read this book, please leave a review on Amazon.com. Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from December 15th 2020 to January 13th 2021.
This is the code repository for Building Modern Web Applications Using Angular, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
About the Book
Angular is an modern web application development framework. With Angular you could develop web apps using different flavors of JavaScript such as ES5 (the current version of JavaScript), ES6/ES2015 (upcoming version of JavaScript or TypeScript (typed superset of JavaScript) or any language that can be compiled into JavaScript. Its component-based architecture makes life easy for developers to build complex UI applications.
This book takes you on a journey from the basics of Angular to creating cutting edge web application with it.
This book starts with basic of Angular 2 and brushing you up with the new features of Angular 4. It shows you how to build an end-to-end conference management application using the individual Angular 2 and Angular 4 features explained in previous chapters. Along with covering framework, it will also explain how to structure complex applications and give you some best practices to follow. Towards the end of the book you'll learn how to build one end-to-end application by with eh knowledge gained from the previous chapters by implementing, testing, and deploying the app. Finally the book explains how to use third-party frameworks based on both Angular 2 and Angular 4.
Instructions and Navigations
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter01
The code will look like the following:
{
"name": "event-binding",
"version": "1.0.0",
"scripts": {
"prestart": "npm run build",
"start": "concurrently \"tsc -w\" \"lite-server\"",
"build": "tsc"
},
Software requirements:
- Operating system:
- MAC OS X 10.9 and higher
- WINDOWS 7 and higher
- Node.js 6:For Mac: https://nodejs.org/dist/v6.10.3/node-v6.10.3.pkg and For Windows: https://nodejs.org/dist/v6.10.3/node-v6.10.3-x64.msi
- Any code editor
- Visual Studio Code
- Sublime