Farata / angular2typescript

Code samples from the book Angular 2 Development with TypeScript
MIT License
440 stars 270 forks source link

Minor typo: says "module" instead of "method" #16

Closed ychaikin closed 7 years ago

ychaikin commented 7 years ago

In PDF version, page 56, says:

To load and compile a module on application startup, you need to invoke the bootstrapModule module

Should say "To load and compile a module on application startup, you need to invoke the bootstrapModule method"