ngCourse2 icon indicating copy to clipboard operation
ngCourse2 copied to clipboard

An Angular Course from Rangle.io

Results 58 ngCourse2 issues
Sort by recently updated
recently updated
newest added

I think we should make this page a bit more verbose and show something like this: https://angular-2-training-book.rangle.io/handout/components/app_structure/two_way_data_binding.html First using ngModel: ```` Hello {{username}}! ```` Then using class variables: ```` Hello...

I'm running through the tutorial, and it seems that the examples don't run without plunker. However, if I copy the `package.json` and `tsconfig.json` from the [angular quick-start](https://angular.io/docs/ts/latest/quickstart.html#!#create-and-configure) tutorial, the "components-basic"...

Seems like these exercises in the ngcourse repo haven't been updated for a while and no longer used Connects #525

- Describe patterns of component communication (parent/child) - Example of when you would want an instance of a service per-component instead of singleton - Use of `@Host` parameter decorator ost...

@smithad15 - since you helped Doug with the initial rough draft, could you take care of this?

gitbook

We jump right into each Angular 2 abstraction, ie. bootstrapping, components, without proving any context for what their role is and where they fit into an Angular 2 application. I...

They just need to be re-worded a bit I think. http://ngcourse.rangle.io/handout/routing/why_routing.html