John Zahka

Results 3 issues of John Zahka

When you include using the transclude method of inserting card template, and the contents include a directive that has a transclude, things get wonky. Here is an example [codepen](http://codepen.io/anon/pen/KMWodo). >...

``` match: { include: 'src/**/*.ts' }, ``` This matched a directory I accidentally named `my-dir.ts` and subsequently called readFile on it which caused the service to crash. (very silently crash)

Thanks for putting together this repo! I have a question on style of importing rxjs operators. In Step 9 `import './rxjs.operators';` is included in `app.module.ts` and not needed anywhere else...