Skip to content

Source control repository for Angular 6 By Example book.

License

Notifications You must be signed in to change notification settings

mysky528/angular6byexample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 6 by Example - Third Edition

	Angular by Example

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

What is this book about?

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!

https://www.packtpub.com/

Instructions and Navigations

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).

Software and Hardware List

Chapter Software required OS required
1-8 Node, Angular CLI Windows, Mac, or Linux

Related products

Get to Know the Authors

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.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Source control repository for Angular 6 By Example book.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.6%
  • HTML 16.1%
  • CSS 8.9%
  • JavaScript 2.4%