This is the code repository for Angular 6 by Example, published by Packt.
Get up and running with Angular by building modern real-world web apps
Angular helps you build faster, efficient, and flexible cross-platform applications. Creating complex and rich web applications, with a lighter resource footprint, has never been easier or faster. Angular is now at release 6, with significant changes compared to previous versions.
This book covers the following exciting features:
- Get introduced to the Angular framework and create a simple guess the number app that explores core features of the framework
- Dig deeper into the angular framework by building the 7-minute workout app throughout the book
- Explore primary building blocks of Angular – components
- Go deep into the inner workings of Angular 6 directives and components
- Learn about cross-component communication using Angular events
If you feel this book is for you, get your copy today!
The code for the book is organized around checkpoints. We have created multiple checkpoints that map to GitHub branches such as checkpoint2.1
, checkpoint2.2
, and so on. During the narration, we will highlight the branch for reference. These branches will contain the work done on the app up until that point in time.
The code will look like the following:
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.css"
],
Following is what you need for this book: Angular 6 by Example is an essential guide for beginners who want to get started with Angular. You’ll start building applications immediately with the featured examples and uncover a simpler approach to web development using TypeScript. Prior experience with HTML, CSS, and basic TypeScript is required.
The table below details the prerequisites required to run all code files present in the book (Chapter 1-8).
Chapter | Software required | OS required |
---|---|---|
1-8 | Node, Angular CLI | Windows, Mac, or Linux |
-
Angular 6 for Enterprise-Ready Web Applications [Packt] [Amazon]
-
Architecting Angular Applications with Redux, RxJS, and NgRx [Packt] [Amazon]
Chandermani Arora is a software craftsman, with love for technology and expertise on web stack. With years of experience, he has architected, designed, and developed various solutions for Microsoft platforms. He has been building apps on Angular 1 since its early days. Having a passion for the framework every project of his has an Angular footprint. He tries to support the platform in every possible way by writing blogs on various Angular topics or helping fellow developers on StackOverflow, where he is an active member on the Angular channel. He also authored the first edition of this book.
Kevin Hennessy is a Senior Software Engineer with Applied Information Sciences. He has 20 years' experience as a developer, team lead, and solutions architect, working on web-based projects, primarily using the Microsoft technology stack. Over the last several years, he has presented and written about single-page applications and JavaScript frameworks, including Knockout, Meteor, and Angular. He has spoken about Angular at the All Things Open conference.
Click here if you have any feedback or suggestions.