This is the code repository for Angular Projects, published by Packt.
Build nine real-world applications from scratch using Angular 8 and TypeScript
Angular is one of the best frameworks, not only for building web applications, but also for building applications on other platforms such as desktop and mobile. It is packed with amazing web tools that allow developers to become more productive and make the development experience a happier one
This book covers the following exciting features:
- Set up Angular applications using Angular CLI and Angular Console
- Understand lazy loading using dynamic imports for routing
- Perform server-side rendering by building an SEO application
- Build a Multi-Language NativeScript Application with Angular
- Explore the components library for frontend web using Angular CDK
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
interface ICar {
make: string;
model: string;
year: number;
vin?: string;
}
Following is what you need for this book: The book is aimed at any JavaScript developers who want to start with Angular and become an expert in all the tools and the various use cases that they might deal with as an Angular expert. Whatever the case, a basic understanding of Angular is a plus but is not required. You should know the basics of developing web applications and have experience working with ES6 or TypeScript.
With the following software and hardware list you can run all code files present in the book (Chapter 1-11).
Chapter | Software required | OS required |
---|---|---|
1 | Node.js, TypeScript, Angular | Windows, Mac OS X, and Linux (Any) |
VS Code, Augury, Angular Console | ||
2 | Bulma CSS | Windows, Mac OS X, and Linux (Any) |
3 | Wordpress, Bootstrap Framework, ngx-quicklink | Windows, Mac OS X, and Linux (Any) |
4 | Clarity Components for Angular | Windows, Mac OS X, and Linux (Any) |
Source Map Explorer | ||
5 | Nest.js, Angular Material, Firebase | Windows, Mac OS X, and Linux (Any) |
MongoDB, Lighthouse | ||
6 | Ionic Framework, ngx-formly | Windows, Mac OS X, and Linux (Any) |
7 | Zeit Now | Windows, Mac OS X, and Linux (Any) |
8 | Nx, Auth0, NgRx, Momentum Design, ngx-charts | Windows, Mac OS X, and Linux (Any) |
9 | NativeScript, ngx-translate, Android Studio | Windows, Mac OS X, and Linux (Any) |
XCode | Mac OS X | |
10 | Angular CDK | Windows, Mac OS X, and Linux (Any) |
11 | Karma | Windows, Mac OS X, and Linux (Any) |
11 | Protractor | Windows, Mac OS X, and Linux (Any) |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Zama Khan Mohammed is a software architect, building enterprise web applications, with more than 7 years of experience. He has a master's degree in computer science and has loads of experience in software development using technologies such as Angular, React, and AWS. He has a keen interest in software development as well as machine learning, and he is passionate about teaching his interests to others and mentoring.
Click here if you have any feedback or suggestions.