Git Product home page Git Product logo

angular6byexample's Introduction

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.

angular6byexample's People

Contributors

chandermani avatar kevinhennessy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular6byexample's Issues

The Bootstrap CSS stylesheet is missing from the angular.json file

In the trainer folder, the angular.json file is missing the link to the bootstrap css.

It has

"styles": [
             "src/styles.css"
            ],

Instead of:

"styles": [
              "node_modules/bootstrap/dist/css/bootstrap.min.css",
              "src/styles.css"
            ],

This causes a compilation error when trying to install the base files.

could you make it any harder please?

You know, it's very hard to jump back and forth between a book page on screen and the code and match up all the ways different authors refer to and explain away about tech issues using their own manner of speech and way of thinking.

But when they take the source and fragment it and stuff it into a hundred or more folders buried six and seven layers deep, it's really beyond understanding!

If you have to maintain every step as a separate branch rather than just building a single version of your example, layer by layer that matches the flow of the instructions in your book, then please keep your source in top-level folders only, each one containing the source for each branch (checkpoint? - you have to invent nomenclature?).
It took me over an hour to unwind it correctly!!

UnscrewedVersioning

typo

Line 2 should have 2 dots before /model
from '../model';

endTracking() fails

Hi,
I have at the point 3.2 When the exercices are finished, in the workout-history-tracker.services, the function endTracking() fails because : this.currentWorkoutLog is null

If I log the finish function : there are a record:
finish this.currentWorkoutLog {"startedOn":"2018-07-11T12:23:11.776Z","completed":false,"exercicesDone":12,"lastExercise":"Side Plank"}

After te router [finish] is called but it seems the startExerciseTimeTracking is called again a second times on the window.setInterval and now the this.currentWorkoutLog = null

And it's not possible to get the route /finish.
To resolve this problem, I add if(this.currentWorkoutLog === null) return false.
And it works.
Thanks,
Franck

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.